Lines Matching refs:bd_sbuf
1197 (d)->bd_hbuf = (d)->bd_sbuf; \
1200 (d)->bd_sbuf = (d)->bd_fbuf; \
1827 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
1833 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup()
3975 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4057 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4099 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4140 if (d->bd_sbuf != NULL) { in bpf_freebufs()
4141 kfree_data_addr(d->bd_sbuf); in bpf_freebufs()
4170 d->bd_sbuf = (caddr_t) kalloc_data(d->bd_bufsize, Z_WAITOK | Z_ZERO); in bpf_allocbufs()
4171 if (d->bd_sbuf == NULL) { in bpf_allocbufs()