Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dbpfdesc.h97 caddr_t bd_sbuf; /* store slot */ member
H A Dbpf.c1001 (d)->bd_hbuf = (d)->bd_sbuf; \
1004 (d)->bd_sbuf = (d)->bd_fbuf; \
1570 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
1576 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup()
3455 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3528 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3554 if (d->bd_sbuf != NULL) { in bpf_allocbufs()
3555 kfree_data_addr(d->bd_sbuf); in bpf_allocbufs()
3556 d->bd_sbuf = NULL; in bpf_allocbufs()
3572 d->bd_sbuf = (caddr_t) kalloc_data(d->bd_bufsize, M_WAIT); in bpf_allocbufs()
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dnet.py112 addr = bpf_d.bd_sbuf[0]._sbval19k84obscure747.AddressOf().GetValueAsUnsigned()