Searched refs:V_pf_srchash (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/net/ |
| HD | pfvar.h | 392 struct pf_srchash *_sh = &V_pf_srchash[ \ 400 struct pf_srchash *_sh = &V_pf_srchash[ \ 414 struct pf_srchash *_sh = &V_pf_srchash[ \ 2243 #define V_pf_srchash VNET(pf_srchash) macro
|
| /freebsd-head/sys/netpfil/pf/ |
| HD | pf.c | 986 *sh = &V_pf_srchash[pf_hashsrc(src, af)]; in pf_find_src_node() 1230 V_pf_srchash = mallocarray(V_pf_srchashsize, in pf_initialize() 1232 if (V_pf_srchash == NULL) { in pf_initialize() 1237 V_pf_srchash = mallocarray(V_pf_srchashsize, in pf_initialize() 1242 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; i++, sh++) in pf_initialize() 1321 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; i++, sh++) { in pf_cleanup() 1326 free(V_pf_srchash, M_PFHASH); in pf_cleanup() 2688 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; i++, sh++) { in pf_purge_expired_src_nodes()
|
| HD | pf_ioctl.c | 5484 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; in pfioctl() 5503 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; in pfioctl() 6017 struct pf_srchash *sh = &V_pf_srchash[i]; in pf_kill_srcnodes()
|
| HD | pf_nl.c | 1763 for (i = 0, sh = V_pf_srchash; i <= V_pf_srchashmask; in pf_handle_get_srcnodes()
|