Searched defs:ipfw_nat64stl_stats (Results 1 – 1 of 1) sorted by relevance
33 struct ipfw_nat64stl_stats { struct34 uint64_t opcnt64; /* 6to4 of packets translated */35 uint64_t opcnt46; /* 4to6 of packets translated */36 uint64_t ofrags; /* number of fragments generated */37 uint64_t ifrags; /* number of fragments received */38 uint64_t oerrors; /* number of output errors */39 uint64_t noroute4;40 uint64_t noroute6;41 uint64_t noproto; /* Protocol not supported */42 uint64_t nomem; /* mbuf allocation failed */[all …]