Searched defs:ipfw_nat64clat_stats (Results 1 – 1 of 1) sorted by relevance
46 struct ipfw_nat64clat_stats { struct47 uint64_t opcnt64; /* 6to4 of packets translated */48 uint64_t opcnt46; /* 4to6 of packets translated */49 uint64_t ofrags; /* number of fragments generated */50 uint64_t ifrags; /* number of fragments received */51 uint64_t oerrors; /* number of output errors */52 uint64_t noroute4;53 uint64_t noroute6;54 uint64_t noproto; /* Protocol not supported */55 uint64_t nomem; /* mbuf allocation failed */[all …]