Lines Matching refs:helper
762 if (p->helper) { in tcf_ct_skb_nfct_cached()
766 if (help && rcu_access_pointer(help->helper) != p->helper) in tcf_ct_skb_nfct_cached()
874 if (params->helper) { in tcf_ct_params_free()
877 nf_nat_helper_put(params->helper); in tcf_ct_params_free()
879 nf_conntrack_helper_put(params->helper); in tcf_ct_params_free()
1050 if (!nf_ct_is_confirmed(ct) && commit && p->helper && !nfct_help(ct)) { in tcf_ct_act()
1294 p->ct_action & TCA_CT_ACT_NAT, &p->helper); in tcf_ct_fill_params()
1476 static int tcf_ct_dump_helper(struct sk_buff *skb, struct nf_conntrack_helper *helper) in tcf_ct_dump_helper() argument
1478 if (!helper) in tcf_ct_dump_helper()
1481 if (nla_put_string(skb, TCA_CT_HELPER_NAME, helper->name) || in tcf_ct_dump_helper()
1482 nla_put_u8(skb, TCA_CT_HELPER_FAMILY, helper->tuple.src.l3num) || in tcf_ct_dump_helper()
1483 nla_put_u8(skb, TCA_CT_HELPER_PROTO, helper->tuple.dst.protonum)) in tcf_ct_dump_helper()
1541 if (tcf_ct_dump_helper(skb, p->helper)) in tcf_ct_dump()