Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c2941 struct xbpf_d *xbdbuf, *xbd, tempstats; in bpf_stats_sysctl() local
2961 if (req->newlen != sizeof(tempstats)) in bpf_stats_sysctl()
2963 memset(&tempstats, 0, sizeof(tempstats)); in bpf_stats_sysctl()
2964 error = SYSCTL_IN(req, &tempstats, sizeof(tempstats)); in bpf_stats_sysctl()
2967 if (bcmp(&tempstats, &zerostats, sizeof(tempstats)) != 0) in bpf_stats_sysctl()