Home
last modified time | relevance | path

Searched refs:rt_type (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.4/net/ipv6/netfilter/
Dip6t_rt.c77 rtinfo->rt_type, rh->type, in rt_mt6()
79 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
100 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
199 (rtinfo->rt_type != 0) || in rt_mt6_check()
/Linux-v5.4/include/uapi/linux/netfilter_ipv6/
Dip6t_rt.h11 __u32 rt_type; /* Routing Type */ member
/Linux-v5.4/net/ipv4/
Dip_options.c633 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
639 if (rt->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
653 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
659 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
Dxfrm4_policy.c87 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
Dip_input.c359 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
361 } else if (rt->rt_type == RTN_BROADCAST) { in ip_rcv_finish_core()
Dipmr_base.c363 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
Droute.c1633 rt->rt_type = type; in rt_dst_alloc()
1662 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
2701 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2758 r->rtm_type = rt->rt_type; in rt_fill_info()
3192 rt->rt_type, res.prefix, res.prefixlen, in inet_rtm_getroute()
Dip_output.c194 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
196 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1516 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Dip_fragment.c185 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
Dfib_frontend.c934 filter->rt_type = rtm->rtm_type; in ip_valid_fib_dump_req()
964 if (filter->flags || filter->protocol || filter->rt_type || in ip_valid_fib_dump_req()
Darp.c817 addr_type = rt->rt_type; in arp_process()
Dfib_trie.c2117 if (filter->rt_type && fa->fa_type != filter->rt_type) in fn_trie_dump_leaf()
Dtcp_ipv4.c679 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/Linux-v5.4/include/net/
Ddn_route.h78 unsigned int rt_type; member
Droute.h54 __u16 rt_type; member
Dip_fib.h251 unsigned char rt_type; member
/Linux-v5.4/include/trace/events/
Dfib6.h33 __field( u8, rt_type )
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt112 <bank offset mux mode rt_type rt_delay rt_clk>
128 -rt_type Retiming Configuration for the pin.
/Linux-v5.4/drivers/net/ipvlan/
Dipvlan_core.c434 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/Linux-v5.4/net/decnet/
Ddn_route.c873 rt->rt_type = res->type; in dn_rt_set_next_hop()
1561 r->rtm_type = rt->rt_type; in dn_rt_fill_info()
/Linux-v5.4/net/dccp/
Dipv4.c521 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c314 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/Linux-v5.4/net/mpls/
Daf_mpls.c2179 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes()
/Linux-v5.4/net/ipv6/
Dsit.c914 if (rt->rt_type != RTN_UNICAST) { in ipip6_tunnel_xmit()
Droute.c5643 ((filter->rt_type && rt->fib6_type != filter->rt_type) || in rt6_dump_route()