Searched refs:qobj (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-notrack.c61 struct queue_object *qobj; local
64 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
65 if (qobj == NULL)
68 ack = (struct nethdr_ack *)qobj->data;
74 if (queue_add(STATE_SYNC(tx_queue), &qobj->qnode) < 0)
75 queue_object_free(qobj);
232 struct queue_object *qobj; local
235 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
236 if (qobj == NULL)
239 ctl = (struct nethdr *)qobj
[all...]
H A Dsync-ftfw.c100 struct queue_object *qobj; local
103 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
104 if (qobj == NULL)
107 ack = (struct nethdr_ack *)qobj->data;
113 if (queue_add(STATE_SYNC(tx_queue), &qobj->qnode) < 0)
114 queue_object_free(qobj);
119 struct queue_object *qobj; local
122 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
123 if (qobj == NULL)
126 ctl = (struct nethdr *)qobj
466 struct queue_object *qobj = (struct queue_object *)n; local
[all...]
H A Dchannel.c159 struct queue_object *qobj; local
162 qobj = queue_object_new(Q_ELEM_ERR, sizeof(struct channel_error));
163 if (qobj == NULL)
166 error = (struct channel_error *)qobj->data;
171 queue_object_free(qobj);
175 if (queue_add(errorq, &qobj->qnode) < 0) {
185 queue_add(errorq, &qobj->qnode);

Completed in 99 milliseconds