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

/freebsd-11-stable/sys/dev/wtap/
H A Dif_medium.h53 packet_head pktbuf;
/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c76 struct p_head packet_head; /* FIFO queue head */ member in struct:ngp_fifo
664 TAILQ_INIT(&ngp_f->packet_head);
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 = TAILQ_FIRST(&ngp_f->packet_head);
694 ngp_h = TAILQ_LAST(&ngp_f->packet_head, p_head);
695 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link);
756 ngp_h = TAILQ_FIRST(&ngp_f->packet_head);
784 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link);
809 &ngp_f->packet_head)
[all...]

Completed in 110 milliseconds