Searched refs:V_pf_srchash (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/ |
H A D | pfvar.h | 397 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 D | pf.c | 976 *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 D | pf_ioctl.c | 5407 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 D | pf_nl.c | 1742 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; in pf_handle_get_srcnodes()
|