Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf.c4656 struct xbpf_d *xbdbuf; variable
4670 xbdbuf = kalloc_data(buf_size, Z_WAITOK | Z_ZERO);
4675 kfree_data(xbdbuf, buf_size);
4691 xbd = &xbdbuf[x_cnt++];
4696 error = SYSCTL_OUT(req, xbdbuf, x_cnt * sizeof(struct xbpf_d));
4697 kfree_data(xbdbuf, buf_size);