Home
last modified time | relevance | path

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

12

/linux/net/ipv4/
A Dip_input.c375 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
377 } else if (rt->rt_type == RTN_BROADCAST) { in ip_rcv_finish_core()
556 struct sk_buff *skb, int rt_type) in ip_extract_route_hint() argument
558 if (fib4_has_custom_rules(net) || rt_type == RTN_BROADCAST) in ip_extract_route_hint()
589 ((struct rtable *)dst)->rt_type); in ip_list_rcv_finish()
A Dip_options.c615 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()
A Dxfrm4_policy.c87 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
A Dipmr_base.c363 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
A Droute.c1620 rt->rt_type = type; in rt_dst_alloc()
1649 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
2154 if (rt->rt_type != RTN_LOCAL) in ip_route_use_hint()
2831 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2938 r->rtm_type = rt->rt_type; in rt_fill_info()
3381 fri.type = rt->rt_type; in inet_rtm_getroute()
A Dip_output.c196 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
198 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1512 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
A Dfib_frontend.c927 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()
A Dip_fragment.c185 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
A Dfib_trie.c2278 if (filter->rt_type && fa->fa_type != filter->rt_type) in fn_trie_dump_leaf()
A Darp.c819 addr_type = rt->rt_type; in arp_process()
A Dtcp_ipv4.c693 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/linux/net/ipv6/netfilter/
A Dip6t_rt.c70 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
162 (rtinfo->rt_type != 0) || in rt_mt6_check()
/linux/include/uapi/linux/netfilter_ipv6/
A Dip6t_rt.h11 __u32 rt_type; /* Routing Type */ member
/linux/include/net/
A Ddn_route.h78 unsigned int rt_type; member
A Droute.h54 __u16 rt_type; member
A Dip_fib.h264 unsigned char rt_type; member
/linux/Documentation/devicetree/bindings/pinctrl/
A Dpinctrl-st.txt112 <bank offset mux mode rt_type rt_delay rt_clk>
128 -rt_type Retiming Configuration for the pin.
/linux/include/trace/events/
A Dfib6.h33 __field( u8, rt_type )
/linux/drivers/net/ipvlan/
A Dipvlan_core.c435 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/linux/net/decnet/
A Ddn_route.c881 rt->rt_type = res->type; in dn_rt_set_next_hop()
1564 r->rtm_type = rt->rt_type; in dn_rt_fill_info()
/linux/net/dccp/
A Dipv4.c530 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
/linux/net/mpls/
A Daf_mpls.c2195 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun.c135 if (rt->rt_type != RTN_UNICAST) { in mlx5e_route_lookup_ipv4_get()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_span.c433 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/linux/net/ipv6/
A Dsit.c959 if (rt->rt_type != RTN_UNICAST) { in ipip6_tunnel_xmit()

Completed in 57 milliseconds

12