Lines Matching refs:bundleStats
212 struct ng_ppp_link_stat64 bundleStats; /* bundle stats */ member
662 &priv->bundleStats : &priv->links[linkNum].stats; in ng_ppp_rcvmsg()
1207 priv->bundleStats.badProtos++; in ng_ppp_rcvdata_decompress()
1307 priv->bundleStats.badProtos++; in ng_ppp_rcvdata_decrypt()
1374 priv->bundleStats.xmitFrames++; in ng_ppp_link_xmit()
1375 priv->bundleStats.xmitOctets += plen; in ng_ppp_link_xmit()
1534 priv->bundleStats.recvFrames++; in ng_ppp_mp_recv()
1535 priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len; in ng_ppp_mp_recv()
1778 priv->bundleStats.dropFragments++; in ng_ppp_frag_trim()
1810 priv->bundleStats.dropFragments++; in ng_ppp_frag_drop()
1838 priv->bundleStats.badProtos++; in ng_ppp_frag_process()
1851 priv->bundleStats.recvFrames++; in ng_ppp_frag_process()
1852 priv->bundleStats.recvOctets += in ng_ppp_frag_process()
1937 priv->bundleStats.dropFragments++; in ng_ppp_frag_checkstale()
1950 priv->bundleStats.badProtos++; in ng_ppp_frag_checkstale()
1958 priv->bundleStats.recvFrames++; in ng_ppp_frag_checkstale()
1959 priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len; in ng_ppp_frag_checkstale()