Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c117 #define NBUMPSIDE(y,x) softn->ipf_nat_stats.ns_side[y].x++ macro
3015 NBUMPSIDE(0, ns_xlate_exists); in ipf_nat_newrdr()
3236 NBUMPSIDE(fin->fin_out, ns_badnatnew); in ipf_nat_add()
3497 NBUMPSIDE(0, ns_bucket_max); in ipf_nat_hashtab_add()
3505 NBUMPSIDE(1, ns_bucket_max); in ipf_nat_hashtab_add()
3533 NBUMPSIDE(0, ns_inuse); in ipf_nat_hashtab_add()
3536 NBUMPSIDE(0, ns_bucketlen[hv0]); in ipf_nat_hashtab_add()
3547 NBUMPSIDE(1, ns_inuse); in ipf_nat_hashtab_add()
3550 NBUMPSIDE(1, ns_bucketlen[hv1]); in ipf_nat_hashtab_add()
3555 NBUMPSIDE(1, ns_added); in ipf_nat_hashtab_add()
[all …]
H A Dip_nat6.c125 #define NBUMPSIDE(y,x) softn->ipf_nat_stats.ns_side[y].x++ macro