Searched defs:ng_l2tp_stats (Results 1 – 2 of 2) sorted by relevance
102 struct ng_l2tp_stats { struct103 u_int32_t xmitPackets; /* number of packets xmit */104 u_int32_t xmitOctets; /* number of octets xmit */105 u_int32_t xmitZLBs; /* ack-only packets transmitted */106 u_int32_t xmitDrops; /* xmits dropped due to full window */107 u_int32_t xmitTooBig; /* ctrl pkts dropped because too big */108 u_int32_t xmitInvalid; /* ctrl packets with no session ID */109 u_int32_t xmitDataTooBig; /* data pkts dropped because too big */110 u_int32_t xmitRetransmits; /* retransmitted packets */111 u_int32_t recvPackets; /* number of packets rec'd */[all …]
116 struct ng_l2tp_stats { struct117 u_int32_t xmitPackets; /* number of packets xmit */118 u_int32_t xmitOctets; /* number of octets xmit */119 u_int32_t xmitZLBs; /* ack-only packets transmitted */120 u_int32_t xmitDrops; /* xmits dropped due to full window */121 u_int32_t xmitTooBig; /* ctrl pkts dropped because too big */122 u_int32_t xmitInvalid; /* ctrl packets with no session ID */123 u_int32_t xmitDataTooBig; /* data pkts dropped because too big */124 u_int32_t xmitRetransmits; /* retransmitted packets */125 u_int32_t recvPackets; /* number of packets rec'd */[all …]