/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 39 u8 rt_protocol; member 74 u8 rt_protocol; member 177 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) || in vxlan_mdb_entry_info_fill() 557 cfg->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]); in vxlan_mdb_config_attrs_init() 608 cfg->rt_protocol = RTPROT_STATIC; in vxlan_mdb_config_init() 731 remote->rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_init() 802 sg_cfg.rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_src_fwd_add() 1092 remote->rt_protocol in vxlan_mdb_remote_replace() [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_mdb.c | 301 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, p->rt_protocol)) in __mdb_fill_info() 720 pg->rt_protocol = cfg->rt_protocol; in br_mdb_replace_group_sg() 758 MCAST_INCLUDE, cfg->rt_protocol, extack); in br_mdb_add_group_sg() 815 sg_cfg.rt_protocol = cfg->rt_protocol; in br_mdb_add_group_src_fwd() 940 pg->rt_protocol = cfg->rt_protocol; in br_mdb_replace_group_star_g() 983 cfg->filter_mode, cfg->rt_protocol, in br_mdb_add_group_star_g() 1197 cfg->rt_protocol in br_mdb_config_attrs_init() [all...] |
H A D | br_multicast.c | 311 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_add_star_excl() 329 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_del_star_excl() 509 src_pg->rt_protocol != RTPROT_KERNEL) in br_multicast_sg_add_exclude_ports() 543 if (sg->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_add() 578 if (p->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_remove() 1408 u8 rt_protocol, in br_multicast_new_port_group() 1428 p->rt_protocol = rt_protocol; in br_multicast_new_port_group() 1401 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) br_multicast_new_port_group() argument
|
H A D | br_private.h | 111 u8 rt_protocol; member 350 unsigned char rt_protocol; member 992 u8 filter_mode, u8 rt_protocol,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | nip_fib.h | 70 u8 rt_protocol; member
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | route.c | 273 pcpu_rt->rt_protocol = rt->rt_protocol; in nip_rt_pcpu_alloc() 522 rt->rt_protocol = cfg->fc_protocol; in nip_route_info_create() 834 rt->rt_protocol = RTPROT_KERNEL; in nip_addrconf_dst_alloc()
|
/kernel/linux/linux-5.10/net/mpls/ |
H A D | internal.h | 145 u8 rt_protocol; member
|
H A D | af_mpls.c | 1027 rt->rt_protocol = cfg->rc_protocol; in mpls_route_add() 2009 rtm->rtm_protocol = rt->rt_protocol; in mpls_dump_route() 2230 (filter.protocol && rt->rt_protocol != filter.protocol)) in mpls_dump_routes() 2495 r->rtm_protocol = rt->rt_protocol; in mpls_getroute() 2550 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table() 2564 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
|
/kernel/linux/linux-6.6/net/mpls/ |
H A D | internal.h | 145 u8 rt_protocol; member
|
H A D | af_mpls.c | 1029 rt->rt_protocol = cfg->rc_protocol; in mpls_route_add() 2006 rtm->rtm_protocol = rt->rt_protocol; in mpls_dump_route() 2223 (filter.protocol && rt->rt_protocol != filter.protocol)) in mpls_dump_routes() 2488 r->rtm_protocol = rt->rt_protocol; in mpls_getroute() 2543 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table() 2557 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 217 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_add_star_excl() 235 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_del_star_excl() 403 src_pg->rt_protocol != RTPROT_KERNEL) in br_multicast_sg_add_exclude_ports() 430 if (sg->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_add() 464 if (p->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_remove() 1161 u8 rt_protocol) in br_multicast_new_port_group() 1173 p->rt_protocol = rt_protocol; in br_multicast_new_port_group() 1154 br_multicast_new_port_group( struct net_bridge_port *port, struct br_ip *group, struct net_bridge_port_group __rcu *next, unsigned char flags, const unsigned char *src, u8 filter_mode, u8 rt_protocol) br_multicast_new_port_group() argument
|
H A D | br_private.h | 256 unsigned char rt_protocol; member 819 u8 filter_mode, u8 rt_protocol);
|
H A D | br_mdb.c | 215 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, p->rt_protocol)) in __mdb_fill_info()
|