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

/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c596 struct ngp_hdr *ngp_h = NULL; local
645 ngp_h = uma_zalloc(ngp_zone, M_NOWAIT);
646 KASSERT((ngp_h != NULL), ("ngp_h zalloc failed (1)"));
649 ngp_h->m = m;
663 KASSERT(ngp_h != NULL, ("ngp_h zalloc failed (2)"));
669 TAILQ_INSERT_TAIL(&ngp_f->packet_head, ngp_h, ngp_link);
672 TAILQ_INSERT_TAIL(&ngp_f->packet_head, ngp_h, ngp_link);
692 ngp_h
738 struct ngp_hdr *ngp_h; local
942 struct ngp_hdr *ngp_h; local
[all...]

Completed in 115 milliseconds