/kernel/linux/linux-5.10/net/ipv4/ |
D | ip_input.c | 374 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core() 376 } else if (rt->rt_type == RTN_BROADCAST) { in ip_rcv_finish_core() 555 struct sk_buff *skb, int rt_type) in ip_extract_route_hint() argument 557 if (fib4_has_custom_rules(net) || rt_type == RTN_BROADCAST) in ip_extract_route_hint() 588 ((struct rtable *)dst)->rt_type); in ip_list_rcv_finish()
|
D | ip_options.c | 615 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr() 621 if (rt->rt_type != RTN_LOCAL) in ip_options_rcv_srr() 635 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr() 641 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
|
D | xfrm4_policy.c | 87 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
|
D | ipmr_base.c | 363 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
|
D | route.c | 1666 rt->rt_type = type; in rt_dst_alloc() 1695 new_rt->rt_type = rt->rt_type; in rt_dst_clone() 2077 if (rt->rt_type != RTN_LOCAL) in ip_route_use_hint() 2755 rt->rt_type = ort->rt_type; in ipv4_blackhole_route() 2862 r->rtm_type = rt->rt_type; in rt_fill_info() 3302 fri.type = rt->rt_type; in inet_rtm_getroute()
|
D | ip_output.c | 203 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2() 205 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2() 1537 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
|
D | ip_fragment.c | 186 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
|
D | fib_frontend.c | 927 filter->rt_type = rtm->rtm_type; in ip_valid_fib_dump_req() 957 if (filter->flags || filter->protocol || filter->rt_type || in ip_valid_fib_dump_req()
|
D | arp.c | 819 addr_type = rt->rt_type; in arp_process()
|
D | fib_trie.c | 2250 if (filter->rt_type && fa->fa_type != filter->rt_type) in fn_trie_dump_leaf()
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
D | ip6t_rt.c | 70 ((rtinfo->rt_type == rh->type) ^ in rt_mt6() 162 (rtinfo->rt_type != 0) || in rt_mt6_check()
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_rt.h | 11 __u32 rt_type; /* Routing Type */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv6/ |
D | ip6t_rt.h | 12 __u32 rt_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv6/ |
D | ip6t_rt.h | 25 __u32 rt_type; member
|
/kernel/linux/linux-5.10/include/net/ |
D | dn_route.h | 78 unsigned int rt_type; member
|
D | route.h | 54 __u16 rt_type; member
|
D | ip_fib.h | 263 unsigned char rt_type; member
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | fib6.h | 33 __field( u8, rt_type )
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 112 <bank offset mux mode rt_type rt_delay rt_clk> 128 -rt_type Retiming Configuration for the pin.
|
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
D | ipvlan_core.c | 435 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
|
/kernel/linux/linux-5.10/net/decnet/ |
D | dn_route.c | 877 rt->rt_type = res->type; in dn_rt_set_next_hop() 1565 r->rtm_type = rt->rt_type; in dn_rt_fill_info()
|
/kernel/linux/linux-5.10/net/dccp/ |
D | ipv4.c | 522 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
|
/kernel/linux/linux-5.10/net/mpls/ |
D | af_mpls.c | 2207 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_span.c | 431 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | sit.c | 952 if (rt->rt_type != RTN_UNICAST) { in ipip6_tunnel_xmit()
|