Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpfdesc.h97 caddr_t bd_sbuf; /* store slot */ member
H A Dbpf.c1012 (d)->bd_hbuf = (d)->bd_sbuf; \
1015 (d)->bd_sbuf = (d)->bd_fbuf; \
1581 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
1587 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup()
3466 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3539 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3565 if (d->bd_sbuf != NULL) { in bpf_allocbufs()
3566 kfree_data_addr(d->bd_sbuf); in bpf_allocbufs()
3567 d->bd_sbuf = NULL; in bpf_allocbufs()
3583 d->bd_sbuf = (caddr_t) kalloc_data(d->bd_bufsize, M_WAIT); in bpf_allocbufs()
[all …]
/xnu-8019.80.24/tools/lldbmacros/
H A Dnet.py107 addr = bpf_d.bd_sbuf[0]._sbval19k84obscure747.AddressOf().GetValueAsUnsigned()