Searched refs:bpf_hdr (Results 1 – 3 of 3) sorted by relevance
259 struct bpf_hdr { struct272 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \273 sizeof(struct bpf_hdr))
982 bpf_finalize_pktap(struct bpf_hdr *hp, struct pktap_header *pktaphdr) in bpf_finalize_pktap()1232 bpf_finalize_pktap((struct bpf_hdr *) ehp, in bpfread()1242 struct bpf_hdr *hp; in bpfread()1245 hp = (struct bpf_hdr *)(void *)p; in bpfread()3389 struct bpf_hdr *hp; in catchpacket()3539 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
1675 struct bpf_hdr * bpf = (struct bpf_hdr *)(void *)offset; in switch_port_receive()