Searched refs:nm_entry (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_osfp.c | 60 LIST_ENTRY(name_entry) nm_entry; 277 LIST_REMOVE(nm, nm_entry); in pfctl_flush_my_fingerprints() 383 LIST_FOREACH(version_nm, &class_nm->nm_sublist, nm_entry) { in pfctl_get_fingerprint() 394 nm_entry) { in pfctl_get_fingerprint() 474 LIST_FOREACH(nm, &classes, nm_entry) { in pfctl_lookup_fingerprint() 480 LIST_FOREACH(nm, list, nm_entry) { in pfctl_lookup_fingerprint() 486 LIST_FOREACH(nm, list, nm_entry) { in pfctl_lookup_fingerprint() 529 LIST_FOREACH(nm, list, nm_entry) in lookup_name_list() 689 struct name_entry *nm_entry; in fingerprint_name_entry() local 694 LIST_FOREACH(nm_entry, list, nm_entry) { in fingerprint_name_entry() [all …]
|
| H A D | pfctl_parser.h | 81 RB_ENTRY(pfctl_statelim) nm_entry; 90 RB_ENTRY(pfctl_sourcelim) nm_entry;
|
| H A D | pfctl.c | 157 RB_PROTOTYPE(pfctl_statelim_nms, pfctl_statelim, nm_entry, 161 RB_PROTOTYPE(pfctl_sourcelim_nms, pfctl_sourcelim, nm_entry, 4204 RB_GENERATE(pfctl_statelim_nms, pfctl_statelim, nm_entry, 4272 RB_GENERATE(pfctl_sourcelim_nms, pfctl_sourcelim, nm_entry,
|