Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Droute.h210 #define IPTOS_RT_MASK (IPTOS_TOS_MASK & ~3) macro
/linux-4.1.27/net/ipv4/
Dxfrm4_policy.c67 return IPTOS_RT_MASK & fl->u.ip4.flowi4_tos; /* Strip ECN bits */ in xfrm4_get_tos()
Droute.c114 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK))
2083 fl4->flowi4_tos = tos & IPTOS_RT_MASK; in __ip_route_output_key()