Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dnetmap_user.h230 struct nm_pkthdr { /* first part is the same as pcap_pkthdr */ struct
263 struct nm_pkthdr hdr;
305 typedef void (*nm_cb_t)(u_char *, const struct nm_pkthdr *, const u_char *d);
380 static u_char *nm_nextpkt(struct nm_desc *, struct nm_pkthdr *);
1142 nm_nextpkt(struct nm_desc *d, struct nm_pkthdr *hdr) in nm_nextpkt()