Lines Matching defs:seq
157 struct l2tp_seq seq; /* ctrl sequence number state */ member
336 #define SEQ_LOCK(seq) do { \ argument
340 #define SEQ_UNLOCK(seq) do { \ argument
345 #define SEQ_LOCK(seq) mtx_lock(&(seq)->mtx) argument
346 #define SEQ_UNLOCK(seq) mtx_unlock(&(seq)->mtx) argument
348 #define SEQ_LOCK_ASSERT(seq) mtx_assert(&(seq)->mtx, MA_OWNED) argument
656 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_shutdown() local
901 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_rcvdata_lower() local
1014 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_rcvdata_ctrl() local
1184 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_init() local
1205 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_set() local
1230 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_adjust() local
1263 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_reset() local
1301 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_recv_nr() local
1409 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_xack_timeout() local
1436 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_rack_timeout() local
1490 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_xmit_ctrl() local
1572 ng_l2tp_seq_check(struct l2tp_seq *seq) in ng_l2tp_seq_check()