Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dbpf.c4180 bpfstats_fill_xbpf(struct xbpf_d *d, struct bpf_d *bd) in bpfstats_fill_xbpf()
4184 d->bd_structsize = sizeof(struct xbpf_d); in bpfstats_fill_xbpf()
4230 struct xbpf_d *xbdbuf;
4235 return SYSCTL_OUT(req, 0, nbpfilter * sizeof(struct xbpf_d));
4244 if (buf_size < (nbpfilter * sizeof(struct xbpf_d))) {
4254 struct xbpf_d *xbd;
4267 error = SYSCTL_OUT(req, xbdbuf, x_cnt * sizeof(struct xbpf_d));
H A Dbpf.h329 struct xbpf_d { struct