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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dnetwork.c72 int nethdr_track_seq(uint32_t seq, uint32_t *exp_seq) argument
103 *exp_seq = STATE_SYNC(last_seq_recv)+1;
H A Dsync-alarm.c85 unsigned int exp_seq; local
108 nethdr_track_seq(net->seq, &exp_seq);
H A Dsync-ftfw.c39 static uint32_t exp_seq; variable
138 /* exp_seq contains the last update received */
404 switch (nethdr_track_seq(net->seq, &exp_seq)) {
413 tx_queue_add_ctlmsg(NET_F_ACK, ack_from, exp_seq-1);
417 tx_queue_add_ctlmsg(NET_F_NACK, exp_seq, net->seq-1);
H A Dsync-notrack.c172 unsigned int exp_seq; local
174 nethdr_track_seq(net->seq, &exp_seq);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dnetwork.h120 int nethdr_track_seq(uint32_t seq, uint32_t *exp_seq);

Completed in 81 milliseconds