Searched refs:IPTOS_TOS_MASK (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Din_route.h31 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
H A Dip.h24 #define IPTOS_TOS_MASK 0x1E macro
25 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
/linux-master/net/ipv4/
H A Dfib_rules.c235 if (frh->tos & ~IPTOS_TOS_MASK) {
/linux-master/include/net/
H A Droute.h252 #define IPTOS_RT_MASK (IPTOS_TOS_MASK & ~3)
/linux-master/net/netfilter/
H A Dnf_log_syslog.c326 iph_totlen(skb, ih), ih->tos & IPTOS_TOS_MASK,

Completed in 122 milliseconds