Searched refs:pf_srchash (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_lb.c | 80 struct pf_ksrc_node **, struct pf_srchash **, 235 struct pf_srchash **sh, struct pf_kpool *rpool, in pf_get_sport() 437 struct pf_ksrc_node **sn, struct pf_srchash **sh, in pf_get_mape_sport() 648 struct pf_ksrc_node **sn, struct pf_srchash **sh, struct pf_kpool *rpool, in pf_map_addr_sn() 728 struct pf_srchash *sh = NULL; in pf_get_translation() 993 struct pf_srchash *sh = NULL; in pf_get_transaddr_af()
|
H A D | pf.c | 390 struct pf_srchash **, struct pf_krule *, 518 VNET_DEFINE(struct pf_srchash *, pf_srchash); 989 struct pf_srchash **sh, pf_sn_types_t sn_type, bool returnlocked) in pf_find_src_node() 1010 pf_src_node_exists(struct pf_ksrc_node **sn, struct pf_srchash *sh) in pf_src_node_exists() 1044 struct pf_srchash *snhs[PF_SN_MAX], struct pf_krule *rule, in pf_insert_src_node() 1051 struct pf_srchash **sh = &(snhs[sn_type]); in pf_insert_src_node() 1182 struct pf_srchash *sh; in pf_initialize() 1240 sizeof(struct pf_srchash), M_PFHASH, M_NOWAIT | M_ZERO); in pf_initialize() 1247 sizeof(struct pf_srchash), M_PFHASH, M_WAITOK | M_ZERO); in pf_initialize() 1312 struct pf_srchash *sh; in pf_cleanup() [all …]
|
H A D | pf_nl.c | 1757 struct pf_srchash *sh; in pf_handle_get_srcnodes()
|
H A D | pf_ioctl.c | 5453 struct pf_srchash *sh; in pfioctl() 5991 struct pf_srchash *sh = &V_pf_srchash[i]; in pf_kill_srcnodes()
|
/freebsd/sys/net/ |
H A D | pfvar.h | 399 struct pf_srchash *_sh = &V_pf_srchash[ \ 407 struct pf_srchash *_sh = &V_pf_srchash[ \ 421 struct pf_srchash *_sh = &V_pf_srchash[ \ 2188 struct pf_srchash { struct 2225 VNET_DECLARE(struct pf_srchash *, pf_srchash); 2226 #define V_pf_srchash VNET(pf_srchash) 2384 struct pf_srchash *); 2387 struct pf_srchash **, pf_sn_types_t, bool); 2689 struct pf_ksrc_node **, struct pf_srchash **,
|