Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Droute.h258 #define IPTOS_RT_MASK (IPTOS_TOS_MASK & ~3) macro
/Linux-v5.10/net/ipv4/
Droute.c116 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK))
2058 tos &= IPTOS_RT_MASK; in ip_route_use_hint()
2301 tos &= IPTOS_RT_MASK; in ip_route_input_noref()
2502 fl4->flowi4_tos = tos & IPTOS_RT_MASK; in ip_route_output_key_hash()
3225 fl4.flowi4_tos = rtm->rtm_tos & IPTOS_RT_MASK; in inet_rtm_getroute()
3250 rtm->rtm_tos & IPTOS_RT_MASK, dev, in inet_rtm_getroute()
/Linux-v5.10/net/xfrm/
Dxfrm_policy.c2453 return IPTOS_RT_MASK & fl->u.ip4.flowi4_tos; in xfrm_get_tos()
/Linux-v5.10/net/core/
Dfilter.c5312 fl4.flowi4_tos = params->tos & IPTOS_RT_MASK; in bpf_ipv4_fib_lookup()