Searched defs:ipfw_nat64lsn_stats (Results 1 – 2 of 2) sorted by relevance
61 struct ipfw_nat64lsn_stats { struct66 uint64_t oerrors; /* number of output errors */67 uint64_t noroute4;68 uint64_t noroute6;69 uint64_t noproto; /* Protocol not supported */70 uint64_t nomem; /* mbuf allocation failed */73 uint64_t nomatch4; /* No addr/port match */88 uint64_t hostcount; /* Number of hosts */89 uint64_t tcpchunks; /* Number of TCP chunks */90 uint64_t udpchunks; /* Number of UDP chunks */[all …]