Home
last modified time | relevance | path

Searched defs:ng_pptpgre_stats (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_pptpgre.h84 struct ng_pptpgre_stats { struct
85 u_int32_t xmitPackets; /* number of GRE packets xmit */
86 u_int32_t xmitOctets; /* number of GRE octets xmit */
87 u_int32_t xmitLoneAcks; /* ack-only packets transmitted */
88 u_int32_t xmitDrops; /* xmits dropped due to full window */
89 u_int32_t xmitTooBig; /* xmits dropped because too big */
90 u_int32_t recvPackets; /* number of GRE packets rec'd */
91 u_int32_t recvOctets; /* number of GRE octets rec'd */
92 u_int32_t recvRunts; /* too short packets rec'd */
93 u_int32_t recvBadGRE; /* bogus packets rec'd (bad GRE hdr) */
[all …]