Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.h197 u_int32_t recvFrames; /* recv frames on link */ member
222 u_int64_t recvFrames; /* recv frames on link */ member
H A Dng_bpf.h73 u_int64_t recvFrames; member
H A Dng_tag.h96 uint64_t recvFrames; member
H A Dng_ppp.c683 rs->recvFrames = stats->recvFrames; in ng_ppp_rcvmsg()
1422 link->stats.recvFrames++; in ng_ppp_rcvdata()
1532 priv->bundleStats.recvFrames++; in ng_ppp_mp_recv()
1849 priv->bundleStats.recvFrames++; in ng_ppp_frag_process()
1954 priv->bundleStats.recvFrames++; in ng_ppp_frag_checkstale()
H A Dng_bpf.c428 hip->stats.recvFrames++; in ng_bpf_rcvdata()
H A Dng_tag.c519 hip->stats.recvFrames++; in ng_tag_rcvdata()