Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_osf.c41 struct list_head finger_entry; member
86 list_for_each_entry(sf, &xt_osf_fingers[!!f->df], finger_entry) { in xt_osf_add_callback()
102 list_add_tail_rcu(&kf->finger_entry, &xt_osf_fingers[!!f->df]); in xt_osf_add_callback()
120 list_for_each_entry(sf, &xt_osf_fingers[!!f->df], finger_entry) { in xt_osf_remove_callback()
127 list_del_rcu(&sf->finger_entry); in xt_osf_remove_callback()
227 list_for_each_entry_rcu(kf, &xt_osf_fingers[df], finger_entry) { in xt_osf_match_packet()
410 list_for_each_entry_rcu(f, &xt_osf_fingers[i], finger_entry) { in xt_osf_fini()
411 list_del_rcu(&f->finger_entry); in xt_osf_fini()