Searched defs:pktap_header (Results 1 – 2 of 2) sorted by relevance
103 struct pktap_header { struct104 uint32_t pth_length; /* length of this header */105 uint32_t pth_type_next; /* type of data following */106 uint32_t pth_dlt; /* DLT of packet */107 char pth_ifname[PKTAP_IFXNAMESIZE]; /* interface name */108 uint32_t pth_flags; /* flags */109 uint32_t pth_protocol_family;133 * The original version 1 of the pktap_header structure always had the field argument
1514 struct pktap_header *pktap_header; in convert_to_pktap_header_to_v2() local