Home
last modified time | relevance | path

Searched refs:INET_ECN_is_not_ce (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/net/
Dinet_ecn.h17 static inline int INET_ECN_is_not_ce(__u8 dsfield) in INET_ECN_is_not_ce() function
/linux-2.4.37.9/net/sched/
Dsch_red.c167 if (INET_ECN_is_not_ce(skb->nh.iph->tos)) in red_ecn_mark()
/linux-2.4.37.9/net/ipv4/
Dip_gre.c539 if (INET_ECN_is_not_ce(skb->nh.iph->tos)) in ipgre_ecn_decapsulate()
542 if (INET_ECN_is_not_ce(ip6_get_dsfield(skb->nh.ipv6h))) in ipgre_ecn_decapsulate()
Dipip.c472 INET_ECN_is_not_ce(inner_iph->tos)) in ipip_ecn_decapsulate()
/linux-2.4.37.9/net/ipv6/
Dsit.c379 INET_ECN_is_not_ce(ip6_get_dsfield(skb->nh.ipv6h))) in ipip6_ecn_decapsulate()