Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/include/uapi/linux/netfilter_ipv6/
Dip6t_rt.h10 __u32 rt_type; /* Routing Type */ member
/linux-4.4.14/net/ipv4/
Dip_options.c624 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
630 if (rt->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
644 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
650 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
Dip_input.c360 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish()
362 } else if (rt->rt_type == RTN_BROADCAST) in ip_rcv_finish()
Dxfrm4_policy.c96 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
Dip_output.c184 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
186 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1402 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Droute.c1455 rt->rt_type = type; in rt_dst_alloc()
2381 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2434 r->rtm_type = rt->rt_type; in rt_fill_info()
Dip_fragment.c237 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
Darp.c780 addr_type = rt->rt_type; in arp_process()
Dtcp_ipv4.c608 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/linux-4.4.14/include/net/
Ddn_route.h85 unsigned int rt_type; member
Droute.h57 __u16 rt_type; member
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt109 <bank offset mux mode rt_type rt_delay rt_clk>
125 -rt_type Retiming Configuration for the pin.
/linux-4.4.14/drivers/net/
Dvrf.c280 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in vrf_send_v4_prep()
591 rth->rt_type = RTN_UNICAST; in vrf_rtable_create()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_core.c364 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/linux-4.4.14/net/decnet/
Ddn_route.c889 rt->rt_type = res->type; in dn_rt_set_next_hop()
1573 r->rtm_type = rt->rt_type; in dn_rt_fill_info()
/linux-4.4.14/net/dccp/
Dipv4.c514 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
/linux-4.4.14/net/ipv6/
Dsit.c902 if (rt->rt_type != RTN_UNICAST) { in ipip6_tunnel_xmit()