Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip_fw_nptv6.h31 struct ipfw_nptv6_stats { struct
32 uint64_t in2ex; /* Int->Ext packets translated */
33 uint64_t ex2in; /* Ext->Int packets translated */
34 uint64_t dropped; /* dropped due to some errors */
35 uint64_t reserved[5];