Searched defs:pktap_header (Results 1 – 2 of 2) sorted by relevance
89 struct pktap_header { struct90 uint32_t pth_length; /* length of this header */91 uint32_t pth_type_next; /* type of data following */92 uint32_t pth_dlt; /* DLT of packet */93 char pth_ifname[PKTAP_IFXNAMESIZE]; /* interface name */94 uint32_t pth_flags; /* flags */95 uint32_t pth_protocol_family;119 * The original version 1 of the pktap_header structure always had the field argument
1547 struct pktap_header *pktap_header; in convert_to_pktap_header_to_v2() local