Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h1085 #define TCPCB_DELIVERED_CE_MASK ((1U<<20) - 1) macro
/linux/net/ipv4/
H A Dtcp_input.c1757 rs->delivered_ce &= TCPCB_DELIVERED_CE_MASK; in tcp_rate_gen()