Searched refs:xack_timer (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_l2tp.c130 * - xack_timer is running iff xack != nr (unack'd rec'd pkts)
144 struct callout xack_timer; /* delayed ack timer */ member in struct:l2tp_seq
661 ng_uncallout(&seq->xack_timer, node);
959 if (!callout_active(&seq->xack_timer)) {
960 ng_callout(&seq->xack_timer, priv->node, NULL,
1205 ng_callout_init(&seq->xack_timer);
1279 ng_uncallout(&seq->xack_timer, priv->node);
1428 if (callout_pending(&seq->xack_timer) ||
1429 (!callout_active(&seq->xack_timer)))
1518 if (callout_active(&seq->xack_timer))
[all...]

Completed in 48 milliseconds