Home
last modified time | relevance | path

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

/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()
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_rt.h11 __u32 rt_type; /* Routing Type */ member
/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.
/linux/net/ipv4/
H A Dipmr_base.c370 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
H A Droute.c1657 rt->rt_type = type; in rt_dst_alloc()
1685 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
2915 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2972 r->rtm_type = rt->rt_type; in rt_fill_info()
3415 fri.type = rt->rt_type; in inet_rtm_getroute()
H A Dip_output.c209 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
211 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1451 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
H A Dip_fragment.c181 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
H A Dfib_trie.c2272 if (filter->rt_type && fa->fa_type != filter->rt_type) in fn_trie_dump_leaf()
H A Darp.c845 addr_type = rt->rt_type; in arp_process()
H A Dicmp.c578 if (!err && rt2 && rt2->rt_type == RTN_LOCAL) { in icmp_route_lookup()
H A Dtcp_ipv4.c768 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/linux/drivers/net/ipvlan/
H A Dipvlan_core.c453 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/linux/include/net/
H A Dip_fib.h274 unsigned char rt_type; member
/linux/drivers/infiniband/core/
H A Daddr.c439 return !!(dst_rtable(dst)->rt_type & RTN_LOCAL); in is_dst_local()
/linux/net/ipv6/
H A Dsit.c946 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipip6_tunnel_xmit()
H A Droute.c6067 ((filter->rt_type && rt->fib6_type != filter->rt_type) || in rt6_dump_route()
/linux/net/dccp/
H A Dipv4.c
/linux/net/mpls/
H A Daf_mpls.c2234 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c337 if (rt->rt_type != RTN_UNICAST) { in mlx5e_ipsec_init_macs()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c432 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/linux/net/core/
H A Dfilter.c2387 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in __bpf_redirect_neigh_v4()