Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dbpfdesc.h98 caddr_t bd_sbuf; /* store slot */ member
H A Dbpf.c1026 (d)->bd_hbuf = (d)->bd_sbuf; \
1029 (d)->bd_sbuf = (d)->bd_fbuf; \
1639 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
1645 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup()
3681 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3763 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3805 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3847 if (d->bd_sbuf != NULL) { in bpf_freebufs()
3848 kfree_data_addr(d->bd_sbuf); in bpf_freebufs()
3877 d->bd_sbuf = (caddr_t) kalloc_data(d->bd_bufsize, Z_WAITOK | Z_ZERO); in bpf_allocbufs()
[all …]
/xnu-8792.41.9/tools/lldbmacros/
H A Dnet.py113 addr = bpf_d.bd_sbuf[0]._sbval19k84obscure747.AddressOf().GetValueAsUnsigned()