Searched refs:TCP_ACE_MASK (Results 1 – 3 of 3) sorted by relevance
2087 (tp->t_aecn.t_snd_ce_packets & TCP_ACE_MASK)) & TCP_ACE_MASK; in tcp_process_ace_field()2088 if (pkts_acked <= TCP_ACE_MASK) { in tcp_process_ace_field()2093 safe_delta = pkts_acked - ((pkts_acked - delta) & TCP_ACE_MASK); in tcp_process_ace_field()
154 #define TCP_ACE_MASK (0x7) macro
2294 uint8_t ace = tp->t_aecn.t_rcv_ce_packets & TCP_ACE_MASK; in tcp_output()