Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/uapi/linux/netfilter_ipv6/
Dip6t_rt.h10 __u32 rt_type; /* Routing Type */ member
/linux-4.1.27/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()
363 } else if (rt->rt_type == RTN_BROADCAST) in ip_rcv_finish()
Dxfrm4_policy.c92 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
Droute.c1487 rth->rt_type = RTN_MULTICAST; in ip_route_input_mc()
1656 rth->rt_type = res->type; in __mkroute_input()
1830 rth->rt_type = res.type; in ip_route_input_slow()
2029 rth->rt_type = type; in __mkroute_output()
2310 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2364 r->rtm_type = rt->rt_type; in rt_fill_info()
Dip_output.c180 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
182 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1378 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Dip_fragment.c223 (skb_rtable(head)->rt_type != RTN_LOCAL))) in ip_expire()
Darp.c756 addr_type = rt->rt_type; in arp_process()
Dtcp_ipv4.c605 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c598 cmd->body.type = bi->i1.rt_type; in vmw_context_scrub_render_target()
681 if (unlikely((unsigned)bi->i1.rt_type >= SVGA3D_RT_MAX)) { in vmw_context_binding_add()
683 (unsigned) bi->i1.rt_type); in vmw_context_binding_add()
686 loc = &cbs->render_targets[bi->i1.rt_type]; in vmw_context_binding_add()
735 loc = &cbs->render_targets[bi->i1.rt_type]; in vmw_context_binding_transfer()
Dvmwgfx_drv.h292 SVGA3dRenderTargetType rt_type; member
Dvmwgfx_execbuf.c659 bi.i1.rt_type = cmd->body.type; in vmw_cmd_set_render_target_check()
/linux-4.1.27/include/net/
Ddn_route.h85 unsigned int rt_type; member
Droute.h55 __u16 rt_type; member
/linux-4.1.27/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.1.27/drivers/net/ipvlan/
Dipvlan_core.c356 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/linux-4.1.27/net/decnet/
Ddn_route.c891 rt->rt_type = res->type; in dn_rt_set_next_hop()
1568 r->rtm_type = rt->rt_type; in dn_rt_fill_info()
/linux-4.1.27/net/dccp/
Dipv4.c543 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
/linux-4.1.27/net/ipv6/
Dsit.c902 if (rt->rt_type != RTN_UNICAST) { in ipip6_tunnel_xmit()