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