Home
last modified time | relevance | path

Searched defs:pkthdr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dmbuf.h151 struct pkthdr { struct
152 union {
160 union {
168 int32_t len; /* total packet length */
171 uint32_t flowid; /* packet's 4-tuple system */
172 uint32_t csum_flags; /* checksum and offload features */
173 uint16_t fibnum; /* this packet should use this fib */
174 uint8_t numa_domain; /* NUMA domain of recvd pkt */
175 uint8_t rsstype; /* hash type */
177 uint32_t pad; /* pad for 64bit alignment */
[all …]
/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.h149 struct pkthdr { struct
151 packet_t * data;
/freebsd/contrib/libpcap/
H A Ddlpisubs.c139 struct pcap_pkthdr pkthdr; in pcap_process_pkts() local
H A Dpcap-airpcap.c672 struct pcap_pkthdr pkthdr; in airpcap_read() local
H A Dpcap-bpf.c1376 struct pcap_pkthdr pkthdr; in pcap_read_bpf() local
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c7428 const struct vmbus_chanpkt_hdr *pkthdr) in hn_nvs_handle_rxbuf()