Home
last modified time | relevance | path

Searched refs:rt_protocol (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/mpls/
Dinternal.h145 u8 rt_protocol; member
Daf_mpls.c1028 rt->rt_protocol = cfg->rc_protocol; in mpls_route_add()
1970 rtm->rtm_protocol = rt->rt_protocol; in mpls_dump_route()
2191 (filter.protocol && rt->rt_protocol != filter.protocol)) in mpls_dump_routes()
2456 r->rtm_protocol = rt->rt_protocol; in mpls_getroute()
2511 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
2525 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
/Linux-v5.15/net/bridge/
Dbr_multicast.c284 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_add_star_excl()
302 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_del_star_excl()
482 src_pg->rt_protocol != RTPROT_KERNEL) in br_multicast_sg_add_exclude_ports()
516 if (sg->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_add()
551 if (p->rt_protocol != RTPROT_KERNEL && in br_multicast_fwd_src_remove()
1277 u8 rt_protocol) in br_multicast_new_port_group() argument
1289 p->rt_protocol = rt_protocol; in br_multicast_new_port_group()
Dbr_private.h315 unsigned char rt_protocol; member
917 u8 filter_mode, u8 rt_protocol);
Dbr_mdb.c299 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, p->rt_protocol)) in __mdb_fill_info()