Home
last modified time | relevance | path

Searched refs:helper_name (Results 1 – 9 of 9) sorted by relevance

/linux/net/netfilter/
H A Dnfnetlink_cthelper.c420 const char *helper_name; in nfnl_cthelper_new() local
432 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
441 if (strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_new()
620 char *helper_name = NULL; in nfnl_cthelper_get() local
636 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
648 if (helper_name && in nfnl_cthelper_get()
649 strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_get()
682 char *helper_name = NULL; in nfnl_cthelper_del() local
693 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
708 if (helper_name && in nfnl_cthelper_del()
[all …]
H A Dxt_CT.c74 xt_ct_set_helper(struct nf_conn *ct, const char *helper_name, in xt_ct_set_helper() argument
87 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
90 pr_info_ratelimited("No such helper \"%s\"\n", helper_name); in xt_ct_set_helper()
H A Dnf_conntrack_netlink.c1537 static int ctnetlink_parse_help(const struct nlattr *attr, char **helper_name, in ctnetlink_parse_help() argument
1551 *helper_name = nla_data(tb[CTA_HELP_NAME]); in ctnetlink_parse_help()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c91 .helper_name = "bpf_" # helper, \ in test_libbpf_probe_helpers()
98 const char *helper_name; in test_libbpf_probe_helpers() member
120 snprintf(buf, sizeof(buf), "%s+%s", d->prog_type_name, d->helper_name); in test_libbpf_probe_helpers()
/linux/tools/bpf/bpftool/
H A Dfeature.c34 static const char * const helper_name[] = { variable
628 jsonw_string(json_wtr, helper_name[id]); in probe_helper_for_progtype()
631 define_prefix, ptype_name, helper_name[id], in probe_helper_for_progtype()
635 printf("\n\t- %s", helper_name[id]); in probe_helper_for_progtype()
669 for (id = 1; id < ARRAY_SIZE(helper_name); id++) { in probe_helpers_for_progtype()
1205 if (id >= ARRAY_SIZE(helper_name)) in get_helper_name()
1208 return helper_name[id]; in get_helper_name()
/linux/scripts/
H A Dbpf_doc.py316 helper_name = capture.expand(r'bpf_\1')
317 self.helper_enum_vals[helper_name] = int(capture.group(2))
318 self.helper_enum_pos[helper_name] = i
/linux/include/linux/
H A Ddrbd_genl.h322 __str_field(1, DRBD_GENLA_F_MANDATORY, helper_name, 32)
/linux/drivers/block/drbd/
H A Ddrbd_nl.c380 sib.helper_name = cmd; in drbd_khelper()
3829 if (nla_put_string(skb, T_helper, sib->helper_name)) in nla_put_status_info()
4788 strscpy(helper_info.helper_name, name, sizeof(helper_info.helper_name)); in notify_helper()
4789 helper_info.helper_name_len = min(strlen(name), sizeof(helper_info.helper_name)); in notify_helper()
H A Ddrbd_int.h1546 char *helper_name; member