Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_cthelper.c430 const char *helper_name; in nfnl_cthelper_new() local
442 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
451 if (strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_new()
633 char *helper_name = NULL; in nfnl_cthelper_get() local
649 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
661 if (helper_name && in nfnl_cthelper_get()
662 strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_get()
695 char *helper_name = NULL; in nfnl_cthelper_del() local
706 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
721 if (helper_name && in nfnl_cthelper_del()
[all …]
H A Dnf_conntrack_netlink.c1536 static int ctnetlink_parse_help(const struct nlattr *attr, char **helper_name, in ctnetlink_parse_help() argument
1550 *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/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