Searched defs:nm_pkthdr (Results 1 – 1 of 1) sorted by relevance
228 struct nm_pkthdr { /* first part is the same as pcap_pkthdr */ struct229 struct timeval ts;230 uint32_t caplen;231 uint32_t len;233 uint64_t flags; /* NM_MORE_PKTS etc */235 struct nm_desc *d;236 struct netmap_slot *slot;237 uint8_t *buf;