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