Lines Matching defs:helper
86 /* The following nat helper functions check if the inverted reverse tuple
754 if (p->helper) {
758 if (help && rcu_access_pointer(help->helper) != p->helper)
866 if (params->helper) {
869 nf_nat_helper_put(params->helper);
871 nf_conntrack_helper_put(params->helper);
1042 if (!nf_ct_is_confirmed(ct) && commit && p->helper && !nfct_help(ct)) {
1271 NL_SET_ERR_MSG_MOD(extack, "Failed to parse helper name.");
1278 p->ct_action & TCA_CT_ACT_NAT, &p->helper);
1280 NL_SET_ERR_MSG_MOD(extack, "Failed to add helper");
1460 static int tcf_ct_dump_helper(struct sk_buff *skb, struct nf_conntrack_helper *helper)
1462 if (!helper)
1465 if (nla_put_string(skb, TCA_CT_HELPER_NAME, helper->name) ||
1466 nla_put_u8(skb, TCA_CT_HELPER_FAMILY, helper->tuple.src.l3num) ||
1467 nla_put_u8(skb, TCA_CT_HELPER_PROTO, helper->tuple.dst.protonum))
1525 if (tcf_ct_dump_helper(skb, p->helper))