Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dip6t_rt.c80 rtinfo->rt_type, rh->type, in rt_mt6()
82 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
103 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
196 (rtinfo->rt_type != 0) || in rt_mt6_check()
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/
Dip6t_rt.h11 __u32 rt_type; /* Routing Type */ member
/Linux-v4.19/net/ipv4/
Dip_options.c620 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
626 if (rt->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
640 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
646 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
Dxfrm4_policy.c99 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
Dip_input.c362 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
364 } else if (rt->rt_type == RTN_BROADCAST) { in ip_rcv_finish_core()
Dip_output.c193 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
195 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1398 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Droute.c1585 rt->rt_type = type; in rt_dst_alloc()
2572 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2624 r->rtm_type = rt->rt_type; in rt_fill_info()
2896 rt->rt_type, res.prefix, res.prefixlen, in inet_rtm_getroute()
Dip_fragment.c252 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
Darp.c821 addr_type = rt->rt_type; in arp_process()
Dtcp_ipv4.c676 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/Linux-v4.19/include/net/
Ddn_route.h86 unsigned int rt_type; member
Droute.h56 __u16 rt_type; member
/Linux-v4.19/include/trace/events/
Dfib6.h33 __field( u8, rt_type )
/Linux-v4.19/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-v4.19/drivers/net/ipvlan/
Dipvlan_core.c440 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/Linux-v4.19/net/decnet/
Ddn_route.c881 rt->rt_type = res->type; in dn_rt_set_next_hop()
1569 r->rtm_type = rt->rt_type; in dn_rt_fill_info()
/Linux-v4.19/net/dccp/
Dipv4.c522 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c314 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/Linux-v4.19/net/ipv6/
Dsit.c907 if (rt->rt_type != RTN_UNICAST) { in ipip6_tunnel_xmit()