Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpf.c4520 struct xbpf_d *xbdbuf; variable
4534 xbdbuf = kalloc_data(buf_size, Z_WAITOK | Z_ZERO);
4539 kfree_data(xbdbuf, buf_size);
4555 xbd = &xbdbuf[x_cnt++];
4560 error = SYSCTL_OUT(req, xbdbuf, x_cnt * sizeof(struct xbpf_d));
4561 kfree_data(xbdbuf, buf_size);