Searched refs:rt_protocol (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/bridge/
H A Dbr_mdb.c301 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, p->rt_protocol))
730 pg->rt_protocol = cfg->rt_protocol;
768 MCAST_INCLUDE, cfg->rt_protocol, extack);
825 sg_cfg.rt_protocol = cfg->rt_protocol;
950 pg->rt_protocol = cfg->rt_protocol;
993 cfg->filter_mode, cfg->rt_protocol,
1207 cfg->rt_protocol
1418 u8 rt_protocol; member in struct:br_mdb_flush_desc
[all...]
H A Dbr_private.h111 u8 rt_protocol; member in struct:br_mdb_config
353 unsigned char rt_protocol; member in struct:net_bridge_port_group
999 u8 filter_mode, u8 rt_protocol,
H A Dbr_multicast.c312 src_pg->rt_protocol != RTPROT_KERNEL)
330 src_pg->rt_protocol != RTPROT_KERNEL)
510 src_pg->rt_protocol != RTPROT_KERNEL)
544 if (sg->rt_protocol != RTPROT_KERNEL &&
579 if (p->rt_protocol != RTPROT_KERNEL &&
1409 u8 rt_protocol,
1429 p->rt_protocol = rt_protocol;
1402 br_multicast_new_port_group( struct net_bridge_port *port, const struct br_ip *group, struct net_bridge_port_group __rcu *next, unsigned char flags, const unsigned char *src, u8 filter_mode, u8 rt_protocol, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/vxlan/
H A Dvxlan_mdb.c39 u8 rt_protocol; member in struct:vxlan_mdb_remote
74 u8 rt_protocol; member in struct:vxlan_mdb_config
82 u8 rt_protocol; member in struct:vxlan_mdb_flush_desc
185 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) ||
563 cfg->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]);
614 cfg->rt_protocol = RTPROT_STATIC;
737 remote->rt_protocol = cfg->rt_protocol;
808 sg_cfg.rt_protocol = cfg->rt_protocol;
[all...]
/linux-master/net/mpls/
H A Dinternal.h145 u8 rt_protocol; member in struct:mpls_route
H A Daf_mpls.c1029 rt->rt_protocol = cfg->rc_protocol;
2006 rtm->rtm_protocol = rt->rt_protocol;
2225 (filter.protocol && rt->rt_protocol != filter.protocol))
2490 r->rtm_protocol = rt->rt_protocol;
2545 rt0->rt_protocol = RTPROT_KERNEL;
2559 rt2->rt_protocol = RTPROT_KERNEL;

Completed in 158 milliseconds