Searched refs:recvFrames (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_bpf.h75 u_int64_t recvFrames; member in struct:ng_bpf_hookstat
85 { "recvFrames", &ng_parse_uint64_type }, \
H A Dng_ppp.h199 u_int32_t recvFrames; /* recv frames on link */ member in struct:ng_ppp_link_stat
211 { "recvFrames", &ng_parse_uint32_type }, \
224 u_int64_t recvFrames; /* recv frames on link */ member in struct:ng_ppp_link_stat64
236 { "recvFrames", &ng_parse_uint64_type }, \
H A Dng_tag.h96 uint64_t recvFrames; member in struct:ng_tag_hookstat
106 { "recvFrames", &ng_parse_uint64_type }, \
H A Dng_ppp.c683 rs->recvFrames = stats->recvFrames;
1422 link->stats.recvFrames++;
1532 priv->bundleStats.recvFrames++;
1849 priv->bundleStats.recvFrames++;
1957 priv->bundleStats.recvFrames++;
H A Dng_bpf.c429 /* atomic_add_int64(&hip->stats.recvFrames, 1); */
431 hip->stats.recvFrames++;
H A Dng_tag.c517 hip->stats.recvFrames++;

Completed in 124 milliseconds