Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
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()
618 dst_rtable(dst)->rt_type); in ip_list_rcv_finish()
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()
622 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
628 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
Dxfrm4_policy.c81 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
Dipmr_base.c373 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
Droute.c1618 rt->rt_type = type; in rt_dst_alloc()
1646 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
2160 if (rt->rt_type != RTN_LOCAL) in ip_route_use_hint()
2835 rt->rt_type = ort->rt_type; in ipv4_blackhole_route()
2892 r->rtm_type = rt->rt_type; in rt_fill_info()
3335 fri.type = rt->rt_type; in inet_rtm_getroute()
Dip_output.c208 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
210 } else if (rt->rt_type == RTN_BROADCAST) in ip_finish_output2()
1439 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Dfib_frontend.c945 filter->rt_type = rtm->rtm_type; in ip_valid_fib_dump_req()
978 if (filter->flags || filter->protocol || filter->rt_type || in ip_valid_fib_dump_req()
Dip_fragment.c187 (skb_rtable(head)->rt_type != RTN_LOCAL)) in ip_expire()
Darp.c841 addr_type = rt->rt_type; in arp_process()
Dfib_trie.c2299 if (filter->rt_type && fa->fa_type != filter->rt_type) in fn_trie_dump_leaf()
Dtcp_ipv4.c767 if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/linux-6.12.1/net/ipv6/netfilter/
Dip6t_rt.c70 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
162 (rtinfo->rt_type != 0) || in rt_mt6_check()
/linux-6.12.1/include/uapi/linux/netfilter_ipv6/
Dip6t_rt.h11 __u32 rt_type; /* Routing Type */ member
/linux-6.12.1/include/trace/events/
Dfib6.h33 __field( u8, rt_type )
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt112 <bank offset mux mode rt_type rt_delay rt_clk>
128 -rt_type Retiming Configuration for the pin.
/linux-6.12.1/drivers/net/ipvlan/
Dipvlan_core.c436 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/linux-6.12.1/include/net/
Droute.h61 __u16 rt_type; member
Dip_fib.h272 unsigned char rt_type; member
/linux-6.12.1/net/ipv6/
Dsit.c953 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipip6_tunnel_xmit()
Droute.c5908 ((filter->rt_type && rt->fib6_type != filter->rt_type) || in rt6_dump_route()
/linux-6.12.1/net/dccp/
Dipv4.c540 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL) in dccp_v4_ctl_send_reset()
/linux-6.12.1/net/mpls/
Daf_mpls.c2184 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c136 if (rt->rt_type != RTN_UNICAST) { in mlx5e_route_lookup_ipv4_get()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c433 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/linux-6.12.1/net/core/
Dfilter.c2386 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in __bpf_redirect_neigh_v4()