Home
last modified time | relevance | path

Searched refs:V_pf_srchash (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dpfvar.h382 struct pf_srchash *_sh = &V_pf_srchash[ \
390 struct pf_srchash *_sh = &V_pf_srchash[ \
404 struct pf_srchash *_sh = &V_pf_srchash[ \
2122 #define V_pf_srchash VNET(pf_srchash) macro
/freebsd/sys/netpfil/pf/
H A Dpf.c931 *sh = &V_pf_srchash[pf_hashsrc(src, af)]; in pf_find_src_node()
1129 V_pf_srchash = mallocarray(pf_srchashsize, in pf_initialize()
1131 if (V_pf_srchash == NULL) { in pf_initialize()
1136 V_pf_srchash = mallocarray(pf_srchashsize, in pf_initialize()
1141 for (i = 0, sh = V_pf_srchash; i <= pf_srchashmask; i++, sh++) in pf_initialize()
1192 for (i = 0, sh = V_pf_srchash; i <= pf_srchashmask; i++, sh++) { in pf_cleanup()
1197 free(V_pf_srchash, M_PFHASH); in pf_cleanup()
2088 for (i = 0, sh = V_pf_srchash; i <= pf_srchashmask; i++, sh++) { in pf_purge_expired_src_nodes()
H A Dpf_ioctl.c5359 for (i = 0, sh = V_pf_srchash; i <= pf_srchashmask; in pfioctl()
5378 for (i = 0, sh = V_pf_srchash; i <= pf_srchashmask; in pfioctl()
5903 for (i = 0, sh = V_pf_srchash; i <= pf_srchashmask; in pf_clear_srcnodes()
5926 struct pf_srchash *sh = &V_pf_srchash[i]; in pf_kill_srcnodes()