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