Home
last modified time | relevance | path

Searched refs:ngp_hdr (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pipe.c67 struct ngp_hdr { struct
68 TAILQ_ENTRY(ngp_hdr) ngp_link; /* next pkt in queue */
72 TAILQ_HEAD(p_head, ngp_hdr); argument
89 TAILQ_HEAD(, ngp_hdr) qout_head; /* delay queue head */
596 struct ngp_hdr *ngp_h = NULL; in ngp_rcvdata()
737 struct ngp_hdr *ngp_h; in pipe_dequeue()
940 struct ngp_hdr *ngp_h; in ngp_disconnect()
977 ngp_zone = uma_zcreate("ng_pipe", max(sizeof(struct ngp_hdr), in ngp_modevent()