pf_osfp_list 70 net/pf_osfp.c SLIST_HEAD(pf_osfp_list, pf_os_fingerprint) pf_osfp_list; pf_osfp_list 74 net/pf_osfp.c struct pf_os_fingerprint *pf_osfp_find(struct pf_osfp_list *, pf_osfp_list 76 net/pf_osfp.c struct pf_os_fingerprint *pf_osfp_find_exact(struct pf_osfp_list *, pf_osfp_list 78 net/pf_osfp.c void pf_osfp_insert(struct pf_osfp_list *, pf_osfp_list 255 net/pf_osfp.c if ((fpresult = pf_osfp_find(&pf_osfp_list, &fp, pf_osfp_list 299 net/pf_osfp.c SLIST_INIT(&pf_osfp_list); pf_osfp_list 309 net/pf_osfp.c while ((fp = SLIST_FIRST(&pf_osfp_list))) { pf_osfp_list 310 net/pf_osfp.c SLIST_REMOVE_HEAD(&pf_osfp_list, fp_next); pf_osfp_list 362 net/pf_osfp.c if ((fp = pf_osfp_find_exact(&pf_osfp_list, &fpadd))) { pf_osfp_list 386 net/pf_osfp.c pf_osfp_insert(&pf_osfp_list, fp); pf_osfp_list 407 net/pf_osfp.c pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, pf_osfp_list 481 net/pf_osfp.c pf_osfp_find_exact(struct pf_osfp_list *list, struct pf_os_fingerprint *find) pf_osfp_list 502 net/pf_osfp.c pf_osfp_insert(struct pf_osfp_list *list, struct pf_os_fingerprint *ins) pf_osfp_list 527 net/pf_osfp.c SLIST_FOREACH(fp, &pf_osfp_list, fp_next) { pf_osfp_list 554 net/pf_osfp.c SLIST_FOREACH(f, &pf_osfp_list, fp_next) { pf_osfp_list 566 net/pf_osfp.c if (f != (f2 = pf_osfp_find(&pf_osfp_list, &find, 0))) {