Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip_fw_nat64.h59 struct ipfw_nat64lsn_stats { struct
60 uint64_t opcnt64; /* 6to4 of packets translated */
61 uint64_t opcnt46; /* 4to6 of packets translated */
62 uint64_t ofrags; /* number of fragments generated */
63 uint64_t ifrags; /* number of fragments received */
64 uint64_t oerrors; /* number of output errors */
65 uint64_t noroute4;
66 uint64_t noroute6;
67 uint64_t noproto; /* Protocol not supported */
68 uint64_t nomem; /* mbuf allocation failed */
[all …]