Searched defs:ng_l2tp_stats (Results 1 – 1 of 1) sorted by relevance
113 struct ng_l2tp_stats { struct114 u_int32_t xmitPackets; /* number of packets xmit */115 u_int32_t xmitOctets; /* number of octets xmit */116 u_int32_t xmitZLBs; /* ack-only packets transmitted */117 u_int32_t xmitDrops; /* xmits dropped due to full window */118 u_int32_t xmitTooBig; /* ctrl pkts dropped because too big */119 u_int32_t xmitInvalid; /* ctrl packets with no session ID */120 u_int32_t xmitDataTooBig; /* data pkts dropped because too big */121 u_int32_t xmitRetransmits; /* retransmitted packets */122 u_int32_t recvPackets; /* number of packets rec'd */[all …]