Searched refs:nf_osf_fingers (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/net/netfilter/ |
| D | nfnetlink_osf.c | 27 struct list_head nf_osf_fingers[2]; variable 28 EXPORT_SYMBOL_GPL(nf_osf_fingers); 199 const struct list_head *nf_osf_fingers) in nf_osf_match() argument 218 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_match() 260 const struct list_head *nf_osf_fingers) in nf_osf_find() argument 276 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_find() 319 list_for_each_entry(sf, &nf_osf_fingers[!!f->df], finger_entry) { in nfnl_osf_add_callback() 335 list_add_tail_rcu(&kf->finger_entry, &nf_osf_fingers[!!f->df]); in nfnl_osf_add_callback() 358 list_for_each_entry(sf, &nf_osf_fingers[!!f->df], finger_entry) { in nfnl_osf_remove_callback() 400 for (i = 0; i < ARRAY_SIZE(nf_osf_fingers); ++i) in nfnl_osf_init() [all …]
|
| D | xt_osf.c | 50 xt_out(p), info, net, nf_osf_fingers); in xt_osf_match_packet()
|
| D | nft_osf.c | 36 os_name = nf_osf_find(skb, nf_osf_fingers); in nft_osf_eval()
|
| /Linux-v4.19/include/linux/netfilter/ |
| D | nfnetlink_osf.h | 16 extern struct list_head nf_osf_fingers[2]; 27 const struct list_head *nf_osf_fingers); 30 const struct list_head *nf_osf_fingers);
|