Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskbuff.h709 SKB_GSO_TCP_ACCECN = 1 << 19, enumerator
H A Dnetdevice.h5468 BUILD_BUG_ON(SKB_GSO_TCP_ACCECN != in net_gso_ok()
/linux/net/ipv4/
H A Dtcp_output.c363 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_ACCECN; in tcp_ecn_send()