Home
last modified time | relevance | path

Searched refs:IPTOS_RT_MASK (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/netfilter/
A Dipt_rpfilter.c79 flow.flowi4_tos = iph->tos & IPTOS_RT_MASK; in rpfilter_mt()
/linux/include/net/
A Droute.h258 #define IPTOS_RT_MASK (IPTOS_TOS_MASK & ~3) macro
/linux/net/ipv4/
A Droute.c109 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK))
2157 tos &= IPTOS_RT_MASK; in ip_route_use_hint()
2413 tos &= IPTOS_RT_MASK; in ip_route_input_noref()
2614 fl4->flowi4_tos = tos & IPTOS_RT_MASK; in ip_route_output_key_hash()
3310 fl4.flowi4_tos = rtm->rtm_tos & IPTOS_RT_MASK; in inet_rtm_getroute()
3335 rtm->rtm_tos & IPTOS_RT_MASK, dev, in inet_rtm_getroute()
A Dfib_frontend.c295 .flowi4_tos = ip_hdr(skb)->tos & IPTOS_RT_MASK, in fib_compute_spec_dst()
A Dudp.c2621 iph->tos & IPTOS_RT_MASK, in udp_v4_early_demux()
/linux/net/xfrm/
A Dxfrm_policy.c2460 return IPTOS_RT_MASK & fl->u.ip4.flowi4_tos; in xfrm_get_tos()
/linux/net/core/
A Dfilter.c5408 fl4.flowi4_tos = params->tos & IPTOS_RT_MASK; in bpf_ipv4_fib_lookup()

Completed in 42 milliseconds