Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_l2tp.h114 u_int32_t xmitPackets; /* number of packets xmit */ member
163 u_int64_t xmitPackets; /* number of packets xmit */ member
H A Dng_one2many.h88 u_int64_t xmitPackets; /* total pkts xmit'd on link */ member
H A Dng_bridge.c97 counter_u64_t xmitPackets; /* total pkts xmit'd on link */ member
447 NG_BRIDGE_COUNTER_ALLOC(xmitPackets); in ng_bridge_newhook()
489 counter_u64_zero(p->xmitPackets); in ng_bridge_clear_link_stats()
508 counter_u64_free(link->stats.xmitPackets); in ng_bridge_free_link()
622 FETCH(xmitPackets); in ng_bridge_rcvmsg()
737 counter_u64_add(dst->stats.xmitPackets, 1); in ng_bridge_send_data()
H A Dng_pptpgre.h85 u_int32_t xmitPackets; /* number of GRE packets xmit */ member
H A Dng_bridge.h81 u_int64_t xmitPackets; /* total pkts xmit'd on link */ member
H A Dng_one2many.c468 mdst->stats.xmitPackets++; in ng_one2many_rcvdata()
486 dst->stats.xmitPackets++; in ng_one2many_rcvdata()
H A Dng_l2tp.c1146 hpriv->stats.xmitPackets++; in ng_l2tp_rcvdata()
1150 priv->stats.xmitPackets++; in ng_l2tp_rcvdata()
1559 priv->stats.xmitPackets++; in ng_l2tp_xmit_ctrl()
H A Dng_pptpgre.c672 priv->stats.xmitPackets++; in ng_pptpgre_xmit()