Home
last modified time | relevance | path

Searched refs:bpf_hdr (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/net/
H A Dbpf.h276 struct bpf_hdr { struct
289 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \
290 sizeof(struct bpf_hdr))
H A Dbpf.c1005 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()
/xnu-8792.61.2/tests/
H A Dnet_bridge.c1676 struct bpf_hdr * bpf = (struct bpf_hdr *)(void *)offset; in switch_port_receive()