Searched refs:bd_sbuf (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | bpfdesc.h | 108 caddr_t BPF_BIDI_INDEXABLE bd_sbuf; /* store slot */ member
|
| H A D | bpf.c | 1277 (d)->bd_hbuf = (d)->bd_sbuf; \ 1280 (d)->bd_sbuf = (d)->bd_fbuf; \ 1909 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup() 1915 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup() 4134 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket() 4226 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket() 4268 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket() 4309 if (d->bd_sbuf != NULL) { in bpf_freebufs() 4310 kfree_data_addr(d->bd_sbuf); in bpf_freebufs() 4339 d->bd_sbuf = kalloc_data(d->bd_bufsize, Z_WAITOK | Z_ZERO); in bpf_allocbufs() [all …]
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | net.py | 2166 bd_sbuf = cast(bpf_d.bd_sbuf, 'char *') 2175 …out_string += format_string.format(i, bpf_d, bpf_d.bd_slen, bd_sbuf, bpf_d.bd_hlen, bd_hbuf, ifnam… 2233 addr = bpf_d.bd_sbuf[0].GetSBValue().GetLoadAddress()
|