Searched refs:_sb_ (Results 1 – 1 of 1) sorted by relevance
122 #define TCP_VALIDATE_SACK_SEQ_NUMBERS(_tp_, _sb_, _ack_) \ argument123 (SEQ_GT((_sb_)->end, (_sb_)->start) && \124 SEQ_GT((_sb_)->start, (_tp_)->snd_una) && \125 SEQ_GT((_sb_)->start, (_ack_)) && \126 SEQ_LT((_sb_)->start, (_tp_)->snd_max) && \127 SEQ_GT((_sb_)->end, (_tp_)->snd_una) && \128 SEQ_LEQ((_sb_)->end, (_tp_)->snd_max))