Searched defs:pkthdr (Results 1 – 2 of 2) sorted by relevance
139 struct pkthdr { struct140 struct ifnet *rcvif; /* rcv interface */142 int32_t len; /* total packet length */149 uint8_t rsstype; /* hash type */150 uint8_t l2hlen; /* layer 2 header length */151 uint8_t l3hlen; /* layer 3 header length */152 uint8_t l4hlen; /* layer 4 header length */154 union {161 } PH_per;164 union {[all …]
154 struct pkthdr { struct155 union {160 int32_t len; /* total packet length */163 uint32_t flowid; /* packet's 4-tuple system */166 uint8_t numa_domain; /* NUMA domain of recvd pkt */167 uint8_t rsstype; /* hash type */168 union {181 union {188 } PH_per;191 union {[all …]