Lines Matching refs:bd_sbuf
1253 (d)->bd_hbuf = (d)->bd_sbuf; \
1256 (d)->bd_sbuf = (d)->bd_fbuf; \
1885 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
1891 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup()
4110 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4202 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4244 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4285 if (d->bd_sbuf != NULL) { in bpf_freebufs()
4286 kfree_data_addr(d->bd_sbuf); in bpf_freebufs()
4315 d->bd_sbuf = kalloc_data(d->bd_bufsize, Z_WAITOK | Z_ZERO); in bpf_allocbufs()
4316 if (d->bd_sbuf == NULL) { in bpf_allocbufs()