Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netgraph/
H A Dng_l2tp.h125 u_int32_t recvOctets; /* number of octets rec'd */ member
168 u_int64_t recvOctets; /* number of octets received */ member
H A Dng_ppp.h200 u_int32_t recvOctets; /* recv octets on link */ member
225 u_int64_t recvOctets; /* recv octets on link */ member
H A Dng_one2many.h87 u_int64_t recvOctets; /* total octets rec'd on link */ member
H A Dng_bpf.h76 u_int64_t recvOctets; member
H A Dng_tag.h99 uint64_t recvOctets; member
H A Dng_pptpgre.h93 u_int32_t recvOctets; /* number of GRE octets rec'd */ member
H A Dng_bridge.c94 counter_u64_t recvOctets; /* total octets rec'd on link */ member
408 NG_BRIDGE_COUNTER_ALLOC(recvOctets); in ng_bridge_newhook()
449 counter_u64_zero(p->recvOctets); in ng_bridge_clear_link_stats()
468 counter_u64_free(link->stats.recvOctets); in ng_bridge_free_link()
654 FETCH(recvOctets); in ng_bridge_rcvmsg()
882 counter_u64_add(ctx.incoming->stats.recvOctets, ctx.m->m_pkthdr.len); in ng_bridge_rcvdata()
H A Dng_bridge.h96 u_int64_t recvOctets; /* total octets rec'd on link */ member
H A Dng_ppp.c686 rs->recvOctets = stats->recvOctets; in ng_ppp_rcvmsg()
1425 link->stats.recvOctets += m->m_pkthdr.len; in ng_ppp_rcvdata()
1535 priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len; in ng_ppp_mp_recv()
1852 priv->bundleStats.recvOctets += in ng_ppp_frag_process()
1959 priv->bundleStats.recvOctets += NGI_M(item)->m_pkthdr.len; in ng_ppp_frag_checkstale()
H A Dng_bpf.c432 hip->stats.recvOctets += totlen; in ng_bpf_rcvdata()
H A Dng_one2many.c437 src->stats.recvOctets += m->m_pkthdr.len; in ng_one2many_rcvdata()
H A Dng_tag.c520 hip->stats.recvOctets += totlen; in ng_tag_rcvdata()
H A Dng_l2tp.c780 priv->stats.recvOctets += plen; in ng_l2tp_rcvdata_lower()
977 hpriv->stats.recvOctets += plen; in ng_l2tp_rcvdata_lower()
H A Dng_pptpgre.c766 priv->stats.recvOctets += m->m_pkthdr.len; in ng_pptpgre_rcvdata_lower()