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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-ftfw.c101 struct nethdr_ack *ack;
103 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
107 ack = (struct nethdr_ack *)qobj->data;
122 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
247 const struct nethdr_ack *nack = data;
251 struct nethdr_ack *net = queue_node_data(n);
286 const struct nethdr_ack *h = data;
290 struct nethdr_ack *net = queue_node_data(n);
336 const struct nethdr_ack *h = (const struct nethdr_ack *) ne
[all...]
H A Dsync-notrack.c62 struct nethdr_ack *ack;
64 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
68 ack = (struct nethdr_ack *)qobj->data;
235 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dnetwork.h53 struct nethdr_ack { struct
69 #define NETHDR_ACK_SIZ nethdr_align(sizeof(struct nethdr_ack))
140 struct nethdr_ack *__ack = (struct nethdr_ack *) x; \
149 struct nethdr_ack *__ack = (struct nethdr_ack *) x; \

Completed in 29 milliseconds