Searched refs:queue_object_new (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/include/
H A Dqueue.h28 struct queue_object *queue_object_new(int type, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-notrack.c64 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
235 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
H A Dqueue.c101 struct queue_object *queue_object_new(int type, size_t size) function
H A Dsync-ftfw.c103 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
122 qobj = queue_object_new(Q_ELEM_CTL, sizeof(struct nethdr_ack));
H A Dchannel.c162 qobj = queue_object_new(Q_ELEM_ERR, sizeof(struct channel_error));

Completed in 105 milliseconds