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

/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c66 struct ngp_hdr { struct
67 TAILQ_ENTRY(ngp_hdr) ngp_link; /* next pkt in queue */
71 TAILQ_HEAD(p_head, ngp_hdr);
88 TAILQ_HEAD(, ngp_hdr) qout_head; /* delay queue head */
136 /* zone for storing ngp_hdr-s */
596 struct ngp_hdr *ngp_h = NULL;
738 struct ngp_hdr *ngp_h;
942 struct ngp_hdr *ngp_h;
979 ngp_zone = uma_zcreate("ng_pipe", max(sizeof(struct ngp_hdr),

Completed in 29 milliseconds