Home
last modified time | relevance | path

Searched refs:fp_os (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/ !
H A Dpf_osfp.c257 PF_OSFP_UNPACK(entry->fp_os, en_class, en_version, en_subtype); in pf_osfp_match()
263 entry->fp_subtype_nm, os, entry->fp_os); in pf_osfp_match()
328 uentry = &fpioc->fp_os; in pf_osfp_add()
336 fpioc->fp_os.fp_class_nm, fpioc->fp_os.fp_version_nm, in pf_osfp_add()
337 fpioc->fp_os.fp_subtype_nm, in pf_osfp_add()
356 fpioc->fp_os.fp_os); in pf_osfp_add()
361 if (PF_OSFP_ENTRY_EQ(entry, &fpioc->fp_os)) { in pf_osfp_add()
388 memcpy(entry, &fpioc->fp_os, sizeof(*entry)); in pf_osfp_add()
548 memcpy(&fpioc->fp_os, entry, in pf_osfp_get()
549 sizeof(fpioc->fp_os)); in pf_osfp_get()
[all …]
H A Dpfvar.h561 pf_osfp_t fp_os; member
572 ((a)->fp_os == (b)->fp_os && \
641 struct pf_osfp_entry fp_os; member