Searched refs:helper_cb (Results 1 – 2 of 2) sorted by relevance
15 int (*helper_cb)(struct sk_buff *skb, unsigned int protoff, in nf_ct_helper() local66 helper_cb = rcu_dereference(helper->help); in nf_ct_helper()67 if (!helper_cb) in nf_ct_helper()70 err = helper_cb(skb, protoff, ct, ctinfo); in nf_ct_helper()
138 int (*helper_cb)(struct sk_buff *skb, unsigned int protoff, in nf_confirm() local187 helper_cb = rcu_dereference(helper->help); in nf_confirm()188 if (helper_cb) { in nf_confirm()189 ret = helper_cb(skb, protoff, in nf_confirm()