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

/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_osfp.c203 return (&fpresult->fp_oses);
246 while ((entry = SLIST_FIRST(&fp->fp_oses))) {
247 SLIST_REMOVE_HEAD(&fp->fp_oses, fp_entry);
301 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
320 SLIST_INIT(&fp->fp_oses);
335 SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry);
469 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
512 SLIST_FIRST(&f2->fp_oses)->fp_class_nm,
513 SLIST_FIRST(&f2->fp_oses)->fp_version_nm,
514 SLIST_FIRST(&f2->fp_oses)
[all...]
/freebsd-11.0-release/sys/net/
H A Dpfvar.h418 SLIST_HEAD(pf_osfp_enlist, pf_osfp_entry) fp_oses; /* list of matches */ member in struct:pf_os_fingerprint

Completed in 106 milliseconds