Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dxfrm4_policy.c59 return IPTOS_RT_MASK & fl->u.ip4.flowi4_tos; /* Strip ECN bits */ in xfrm4_get_tos()
Droute.c113 ((u32)(oldflp4->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK)))
2282 tos &= IPTOS_RT_MASK; in ip_route_input_common()
2474 fl4.flowi4_tos = tos & IPTOS_RT_MASK; in ip_route_output_slow()
2662 (IPTOS_RT_MASK | RTO_ONLINK)) && in __ip_route_output_key()
/linux-2.6.39/include/net/
Droute.h219 #define IPTOS_RT_MASK (IPTOS_TOS_MASK & ~3) macro