Searched refs:bpf_hdr (Results 1 – 3 of 3) sorted by relevance
276 struct bpf_hdr { struct289 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \290 sizeof(struct bpf_hdr))
1005 bpf_finalize_pktap(struct bpf_hdr *hp, struct pktap_header *pktaphdr) in bpf_finalize_pktap()1265 bpf_finalize_pktap((struct bpf_hdr *) ehp, in bpfread()1276 struct bpf_hdr *hp; in bpfread()1279 hp = (struct bpf_hdr *)(void *)p; in bpfread()3616 struct bpf_hdr *hp; in catchpacket()3776 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()4114 _CASSERT(BPF_WORDALIGN(sizeof(struct bpf_hdr)) == in bpf_init()
1676 struct bpf_hdr * bpf = (struct bpf_hdr *)(void *)offset; in switch_port_receive()