Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dip_input.c391 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
393 } else if (rt->rt_type == RTN_BROADCAST) { in ip_rcv_finish_core()
585 struct sk_buff *skb, int rt_type) in ip_extract_route_hint() argument
587 if (fib4_has_custom_rules(net) || rt_type == RTN_BROADCAST || in ip_extract_route_hint()
619 ((struct rtable *)dst)->rt_type); in ip_list_rcv_finish()
H A Dip_options.c602 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
608 if (rt->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
623 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
629 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
H A Dxfrm4_policy.c81 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
H A Dipmr_base.c370 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
H A Droute.c1659 rt->rt_type = type; in rt_dst_alloc()
1687 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
2201 if (rt->rt_type != RTN_LOCAL) in ip_route_use_hint()
2876 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2981 r->rtm_type = rt->rt_type; in rt_fill_info()
3424 fri.type = rt->rt_type; in inet_rtm_getroute()
H A Dip_output.c207 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
209 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1437 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
H A Dfib_frontend.c944 filter->rt_type = rtm->rtm_type; in ip_valid_fib_dump_req()
974 if (filter->flags || filter->protocol || filter->rt_type || in ip_valid_fib_dump_req()
H A Dip_fragment.c192 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
H A Darp.c842 addr_type = rt->rt_type; in arp_process()
H A Dfib_trie.c2299 if (filter->rt_type && fa->fa_type != filter->rt_type) in fn_trie_dump_leaf()
H A Dtcp_ipv4.c711 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_rt.c70 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
162 (rtinfo->rt_type != 0) || in rt_mt6_check()
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_rt.h11 __u32 rt_type; /* Routing Type */ member
/openbmc/linux/include/trace/events/
H A Dfib6.h33 __field( u8, rt_type )
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-st.txt112 <bank offset mux mode rt_type rt_delay rt_clk>
128 -rt_type Retiming Configuration for the pin.
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_core.c442 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/openbmc/linux/include/net/
H A Droute.h65 __u16 rt_type; member
H A Dip_fib.h269 unsigned char rt_type; member
/openbmc/linux/net/ipv6/
H A Dsit.c951 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipip6_tunnel_xmit()
H A Droute.c5919 ((filter->rt_type && rt->fib6_type != filter->rt_type) || in rt6_dump_route()
/openbmc/linux/net/dccp/
H A Dipv4.c538 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
/openbmc/linux/net/mpls/
H A Daf_mpls.c2184 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c136 if (rt->rt_type != RTN_UNICAST) { in mlx5e_route_lookup_ipv4_get()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c432 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/openbmc/linux/net/core/
H A Dfilter.c2371 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in __bpf_redirect_neigh_v4()