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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_osfp.c300 SLIST_REMOVE_HEAD(&pf_osfp_list, fp_next);
419 SLIST_FOREACH(f, list, fp_next) {
482 SLIST_FOREACH(f, list, fp_next) {
505 SLIST_FOREACH(f, list, fp_next)
508 SLIST_INSERT_AFTER(prev, ins, fp_next);
510 SLIST_INSERT_HEAD(list, ins, fp_next);
524 SLIST_FOREACH(fp, &pf_osfp_list, fp_next) {
552 SLIST_FOREACH(f, &pf_osfp_list, fp_next) {
H A Dpfvar.h637 SLIST_ENTRY(pf_os_fingerprint) fp_next; member in struct:pf_os_fingerprint

Completed in 77 milliseconds