Searched refs:self_unack (Results 1 – 1 of 1) sorted by relevance
1574 int self_unack, peer_unack; in ng_l2tp_seq_check() local1581 self_unack = L2TP_SEQ_DIFF(seq->nr, seq->xack); in ng_l2tp_seq_check()1592 CHECK(self_unack >= 0); in ng_l2tp_seq_check()1595 CHECK((self_unack == 0) ^ callout_active(&seq->xack_timer)); in ng_l2tp_seq_check()