Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_cthelper.c433 const char *helper_name; in nfnl_cthelper_new() local
445 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
454 if (strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_new()
636 char *helper_name = NULL; in nfnl_cthelper_get() local
652 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
664 if (helper_name && in nfnl_cthelper_get()
665 strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_get()
698 char *helper_name = NULL; in nfnl_cthelper_del() local
709 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
724 if (helper_name && in nfnl_cthelper_del()
[all …]
H A Dnf_conntrack_helper.c342 const char *helper_name = "(null)"; in nf_ct_helper_log() local
358 helper_name = helper->name; in nf_ct_helper_log()
362 "helper %s dropping packet: %pV ", helper_name, &vaf); in nf_ct_helper_log()
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