Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip_fw_nat64.h46 struct ipfw_nat64clat_stats { struct
47 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 …]