Lines Matching refs:helper
62 struct nf_conntrack_helper *helper; member
583 if (info->helper) { in skb_nfct_cached()
587 if (help && rcu_access_pointer(help->helper) != info->helper) in skb_nfct_cached()
777 info->helper && !nfct_help(ct)) { in __ovs_ct_lookup()
1212 const char **helper, bool log) in parse_ct() argument
1275 *helper = nla_data(a); in parse_ct()
1276 if (!string_is_terminated(*helper, nla_len(a))) { in parse_ct()
1358 const char *helper = NULL; in ovs_ct_copy_action() local
1374 err = parse_ct(attr, &ct_info, &helper, log); in ovs_ct_copy_action()
1397 if (helper) { in ovs_ct_copy_action()
1398 err = nf_ct_add_helper(ct_info.ct, helper, ct_info.family, in ovs_ct_copy_action()
1399 key->ip.proto, ct_info.nat, &ct_info.helper); in ovs_ct_copy_action()
1401 OVS_NLERR(log, "Failed to add %s helper %d", helper, err); in ovs_ct_copy_action()
1512 if (ct_info->helper) { in ovs_ct_action_to_attr()
1514 ct_info->helper->name)) in ovs_ct_action_to_attr()
1543 if (ct_info->helper) { in __ovs_ct_free_action()
1546 nf_nat_helper_put(ct_info->helper); in __ovs_ct_free_action()
1548 nf_conntrack_helper_put(ct_info->helper); in __ovs_ct_free_action()