Searched defs:nm_pkthdr (Results 1 – 1 of 1) sorted by relevance
244 struct nm_pkthdr { /* first part is the same as pcap_pkthdr */ struct245 struct timeval ts;246 uint32_t caplen;247 uint32_t len;249 uint64_t flags; /* NM_MORE_PKTS etc */251 struct nm_desc *d;252 struct netmap_slot *slot;253 uint8_t *buf;