Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpfvar.h397 struct pf_srchash *_sh = &V_pf_srchash[ \
405 struct pf_srchash *_sh = &V_pf_srchash[ \
419 struct pf_srchash *_sh = &V_pf_srchash[ \
2179 #define V_pf_srchash VNET(pf_srchash) macro
/freebsd/sys/netpfil/pf/
H A Dpf.c976 *sh = &V_pf_srchash[pf_hashsrc(src, af)]; in pf_find_src_node()
1177 V_pf_srchash = mallocarray(V_pf_srchashsize, in pf_initialize()
1179 if (V_pf_srchash == NULL) { in pf_initialize()
1184 V_pf_srchash = mallocarray(V_pf_srchashsize, in pf_initialize()
1189 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; i++, sh++) in pf_initialize()
1266 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; i++, sh++) { in pf_cleanup()
1271 free(V_pf_srchash, M_PFHASH); in pf_cleanup()
2523 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; i++, sh++) { in pf_purge_expired_src_nodes()
H A Dpf_ioctl.c5407 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; in pfioctl()
5426 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; in pfioctl()
5936 struct pf_srchash *sh = &V_pf_srchash[i]; in pf_kill_srcnodes()
H A Dpf_nl.c1742 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; in pf_handle_get_srcnodes()