Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c28 struct list_head nf_osf_fingers[2]; variable
29 EXPORT_SYMBOL_GPL(nf_osf_fingers);
200 const struct list_head *nf_osf_fingers) in nf_osf_match() argument
262 const struct list_head *nf_osf_fingers, in nf_osf_find() argument
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()
413 for (i = 0; i < ARRAY_SIZE(nf_osf_fingers); ++i) in nfnl_osf_init()
414 INIT_LIST_HEAD(&nf_osf_fingers[i]); in nfnl_osf_init()
435 for (i = 0; i < ARRAY_SIZE(nf_osf_fingers); ++i) { in nfnl_osf_fini()
[all …]
H A Dxt_osf.c31 xt_out(p), p->matchinfo, xt_net(p), nf_osf_fingers); in xt_osf_match_packet()
H A Dnft_osf.c47 if (!nf_osf_find(skb, nf_osf_fingers, priv->ttl, &data)) { in nft_osf_eval()
/openbmc/linux/include/linux/netfilter/
H A Dnfnetlink_osf.h16 extern struct list_head nf_osf_fingers[2];
32 const struct list_head *nf_osf_fingers);
35 const struct list_head *nf_osf_fingers,