Home
last modified time | relevance | path

Searched refs:IPTOS_TOS_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Din_route.h31 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
/linux/net/netfilter/
H A Dnf_log_syslog.c326 iph_totlen(skb, ih), ih->tos & IPTOS_TOS_MASK, in dump_ipv4_packet()