Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.c210 struct ng_ppp_link_stat64 bundleStats; /* bundle stats */ member
660 &priv->bundleStats : &priv->links[linkNum].stats; in ng_ppp_rcvmsg()
1205 priv->bundleStats.badProtos++; in ng_ppp_rcvdata_decompress()
1305 priv->bundleStats.badProtos++; in ng_ppp_rcvdata_decrypt()
1372 priv->bundleStats.xmitFrames++; in ng_ppp_link_xmit()
1373 priv->bundleStats.xmitOctets += plen; in ng_ppp_link_xmit()
1532 priv->bundleStats.recvFrames++; in ng_ppp_mp_recv()
1533 priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len; in ng_ppp_mp_recv()
1776 priv->bundleStats.dropFragments++; in ng_ppp_frag_trim()
1808 priv->bundleStats.dropFragments++; in ng_ppp_frag_drop()
[all …]