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