Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
Dnip_fib.h70 u8 rt_protocol; member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Droute.c273 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/
Dinternal.h145 u8 rt_protocol; member
Daf_mpls.c1027 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-5.10/net/bridge/
Dbr_multicast.c217 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() argument
1173 p->rt_protocol = rt_protocol; in br_multicast_new_port_group()
Dbr_private.h256 unsigned char rt_protocol; member
819 u8 filter_mode, u8 rt_protocol);
Dbr_mdb.c215 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, p->rt_protocol)) in __mdb_fill_info()