Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dbpf_private.h197 struct xbpf_d { struct
H A Dbpf.c4612 bpfstats_fill_xbpf(struct xbpf_d *d, struct bpf_d *bd) in bpfstats_fill_xbpf()
4616 d->bd_structsize = sizeof(struct xbpf_d); in bpfstats_fill_xbpf()
4666 struct xbpf_d *xbdbuf;
4671 return SYSCTL_OUT(req, 0, nbpfilter * sizeof(struct xbpf_d));
4677 if (buf_size > BPF_MAX_DEVICES * sizeof(struct xbpf_d)) {
4678 buf_size = BPF_MAX_DEVICES * sizeof(struct xbpf_d);
4683 if (buf_size < (nbpfilter * sizeof(struct xbpf_d))) {
4693 struct xbpf_d *xbd;
4706 error = SYSCTL_OUT(req, xbdbuf, x_cnt * sizeof(struct xbpf_d));