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