Searched refs:rt_protocol (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/net/bridge/ |
D | br_mdb.c | 301 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, p->rt_protocol)) in __mdb_fill_info() 730 pg->rt_protocol = cfg->rt_protocol; in br_mdb_replace_group_sg() 768 MCAST_INCLUDE, cfg->rt_protocol, extack); in br_mdb_add_group_sg() 825 sg_cfg.rt_protocol = cfg->rt_protocol; in br_mdb_add_group_src_fwd() 950 pg->rt_protocol = cfg->rt_protocol; in br_mdb_replace_group_star_g() 993 cfg->filter_mode, cfg->rt_protocol, in br_mdb_add_group_star_g() 1207 cfg->rt_protocol = nla_get_u8(mdb_attrs[MDBE_ATTR_RTPROT]); in br_mdb_config_attrs_init() 1221 cfg->rt_protocol = RTPROT_STATIC; in br_mdb_config_init() 1418 u8 rt_protocol; member 1453 desc->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]); in br_mdb_flush_desc_init() [all …]
|
D | br_multicast.c | 312 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_add_star_excl() 330 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_del_star_excl() 510 src_pg->rt_protocol != RTPROT_KERNEL) in br_multicast_sg_add_exclude_ports() 544 if (sg->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_add() 579 if (p->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_remove() 1409 u8 rt_protocol, in br_multicast_new_port_group() argument 1429 p->rt_protocol = rt_protocol; in br_multicast_new_port_group()
|
D | br_private.h | 111 u8 rt_protocol; member 353 unsigned char rt_protocol; member 999 u8 filter_mode, u8 rt_protocol,
|
/linux-6.12.1/drivers/net/vxlan/ |
D | vxlan_mdb.c | 39 u8 rt_protocol; member 74 u8 rt_protocol; member 82 u8 rt_protocol; member 185 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) || in vxlan_mdb_entry_info_fill() 563 cfg->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]); in vxlan_mdb_config_attrs_init() 614 cfg->rt_protocol = RTPROT_STATIC; in vxlan_mdb_config_init() 737 remote->rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_init() 808 sg_cfg.rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_src_fwd_add() 1108 remote->rt_protocol = cfg->rt_protocol; in vxlan_mdb_remote_replace() 1367 desc->rt_protocol = nla_get_u8(mdbe_attrs[MDBE_ATTR_RTPROT]); in vxlan_mdb_flush_desc_init() [all …]
|
/linux-6.12.1/net/mpls/ |
D | internal.h | 145 u8 rt_protocol; member
|
D | af_mpls.c | 1029 rt->rt_protocol = cfg->rc_protocol; in mpls_route_add() 1988 rtm->rtm_protocol = rt->rt_protocol; in mpls_dump_route() 2207 (filter.protocol && rt->rt_protocol != filter.protocol)) in mpls_dump_routes() 2471 r->rtm_protocol = rt->rt_protocol; in mpls_getroute() 2526 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table() 2540 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
|