Searched refs:queue_object (Results 1 - 6 of 6) 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.h23 struct queue_object { struct
28 struct queue_object *queue_object_new(int type, size_t size);
29 void queue_object_free(struct queue_object *obj);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dqueue.c101 struct queue_object *queue_object_new(int type, size_t size)
103 struct queue_object *obj;
105 obj = calloc(sizeof(struct queue_object) + size, 1);
116 void queue_object_free(struct queue_object *obj)
H A Dsync-ftfw.c100 struct queue_object *qobj;
119 struct queue_object *qobj;
294 queue_object_free((struct queue_object *)n);
304 queue_object_free((struct queue_object *)n);
466 struct queue_object *qobj = (struct queue_object *)n;
511 queue_object_free((struct queue_object *)n);
H A Dsync-notrack.c61 struct queue_object *qobj;
196 queue_object_free((struct queue_object *)n);
232 struct queue_object *qobj;
H A Dchannel.c159 struct queue_object *qobj;
183 queue_object_free((struct queue_object *)tail);
202 queue_object_free((struct queue_object *)n);
H A Dsync-alarm.c132 queue_object_free((struct queue_object *)n);

Completed in 111 milliseconds