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
2974 NBUMPSIDE(0, ns_xlate_exists); in ipf_nat_newrdr()
3195 NBUMPSIDE(fin->fin_out, ns_badnatnew); in ipf_nat_add()
3459 NBUMPSIDE(0, ns_bucket_max); in ipf_nat_hashtab_add()
3467 NBUMPSIDE(1, ns_bucket_max); in ipf_nat_hashtab_add()
3495 NBUMPSIDE(0, ns_inuse); in ipf_nat_hashtab_add()
3498 NBUMPSIDE(0, ns_bucketlen[hv0]); in ipf_nat_hashtab_add()
3509 NBUMPSIDE(1, ns_inuse); in ipf_nat_hashtab_add()
3512 NBUMPSIDE(1, ns_bucketlen[hv1]); in ipf_nat_hashtab_add()
3517 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