Searched refs:V_pf_osfp_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_osfp.c50 #define V_pf_osfp_list VNET(pf_osfp_list) macro
207 if ((fpresult = pf_osfp_find(&V_pf_osfp_list, &fp,
250 while ((fp = SLIST_FIRST(&V_pf_osfp_list))) {
251 SLIST_REMOVE_HEAD(&V_pf_osfp_list, fp_next);
306 if ((fp = pf_osfp_find_exact(&V_pf_osfp_list, &fpadd))) {
332 pf_osfp_insert(&V_pf_osfp_list, fp);
474 SLIST_FOREACH(fp, &V_pf_osfp_list, fp_next) {
502 SLIST_FOREACH(f, &V_pf_osfp_list, fp_next) {
514 if (f != (f2 = pf_osfp_find(&V_pf_osfp_list, &find, 0))) {

Completed in 167 milliseconds