fp_entry          276 net/pf_osfp.c  	SLIST_FOREACH(entry, list, fp_entry) {
fp_entry          312 net/pf_osfp.c  			SLIST_REMOVE_HEAD(&fp->fp_oses, fp_entry);
fp_entry          363 net/pf_osfp.c  		 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
fp_entry          395 net/pf_osfp.c  	SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry);
fp_entry          528 net/pf_osfp.c  		SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
fp_entry          396 net/pfvar.h    	SLIST_ENTRY(pf_osfp_entry) fp_entry;