Searched refs:finger_entry (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_osf.c | 220 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_match() 280 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_find() 332 list_for_each_entry(sf, &nf_osf_fingers[!!f->df], finger_entry) { in nfnl_osf_add_callback() 348 list_add_tail_rcu(&kf->finger_entry, &nf_osf_fingers[!!f->df]); in nfnl_osf_add_callback() 369 list_for_each_entry(sf, &nf_osf_fingers[!!f->df], finger_entry) { in nfnl_osf_remove_callback() 376 list_del_rcu(&sf->finger_entry); in nfnl_osf_remove_callback() 436 list_for_each_entry_rcu(f, &nf_osf_fingers[i], finger_entry) { in nfnl_osf_fini() 437 list_del_rcu(&f->finger_entry); in nfnl_osf_fini()
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nfnetlink_osf.h | 20 struct list_head finger_entry; member
|