Home
last modified time | relevance | path

Searched refs:NAT64STAT_ADD (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h69 #define NAT64STAT_ADD(s, f, v) \ macro
72 #define NAT64STAT_INC(s, f) NAT64STAT_ADD(s, f, 1)
H A Dnat64_translate.c608 NAT64STAT_ADD(stats, ofrags, mbufq_len(mq)); in nat64_fragment6()