Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_dscp.h40 #define INET_DSCP_MASK 0xfc macro
44 return (__force dscp_t)(dsfield & INET_DSCP_MASK); in inet_dsfield_to_dscp()
54 return !(val & ~INET_DSCP_MASK); in inet_validate_dscp()
/openbmc/linux/net/ipv4/
H A Dip_tunnel.c297 iph->tos & INET_DSCP_MASK, tunnel->net, in ip_tunnel_bind_dev()
614 tos & INET_DSCP_MASK, tunnel->net, 0, skb->mark, in ip_md_tunnel_xmit()
776 tunnel->parms.o_key, tos & INET_DSCP_MASK, in ip_tunnel_xmit()