Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/ !
H A Dbpf.c4600 bpfstats_fill_xbpf(struct xbpf_d *d, struct bpf_d *bd) in bpfstats_fill_xbpf()
4604 d->bd_structsize = sizeof(struct xbpf_d); in bpfstats_fill_xbpf()
4654 struct xbpf_d *xbdbuf;
4659 return SYSCTL_OUT(req, 0, nbpfilter * sizeof(struct xbpf_d));
4665 if (buf_size > BPF_MAX_DEVICES * sizeof(struct xbpf_d)) {
4666 buf_size = BPF_MAX_DEVICES * sizeof(struct xbpf_d);
4671 if (buf_size < (nbpfilter * sizeof(struct xbpf_d))) {
4681 struct xbpf_d *xbd;
4694 error = SYSCTL_OUT(req, xbdbuf, x_cnt * sizeof(struct xbpf_d));
H A Dbpf.h340 struct xbpf_d { struct