Searched refs:TCPCB_DELIVERED_CE_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/ | ||
| H A D | tcp.h | 1085 #define TCPCB_DELIVERED_CE_MASK ((1U<<20) - 1) macro |
| /linux/net/ipv4/ | ||
| H A D | tcp_input.c | 1757 rs->delivered_ce &= TCPCB_DELIVERED_CE_MASK; in tcp_rate_gen() |