Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnfnetlink_cthelper.c415 const char *helper_name; in nfnl_cthelper_new() local
427 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
436 if (strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_new()
622 char *helper_name = NULL; in nfnl_cthelper_get() local
638 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
650 if (helper_name && in nfnl_cthelper_get()
651 strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_get()
690 char *helper_name = NULL; in nfnl_cthelper_del() local
701 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
716 if (helper_name && in nfnl_cthelper_del()
[all …]
Dxt_CT.c73 xt_ct_set_helper(struct nf_conn *ct, const char *helper_name, in xt_ct_set_helper() argument
86 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
89 pr_info_ratelimited("No such helper \"%s\"\n", helper_name); in xt_ct_set_helper()
Dnf_conntrack_netlink.c1181 static int ctnetlink_parse_help(const struct nlattr *attr, char **helper_name, in ctnetlink_parse_help() argument
1195 *helper_name = nla_data(tb[CTA_HELP_NAME]); in ctnetlink_parse_help()
/Linux-v5.4/tools/bpf/bpftool/
Dfeature.c32 static const char * const helper_name[] = { variable
550 for (id = 1; id < ARRAY_SIZE(helper_name); id++) { in probe_helpers_for_progtype()
558 jsonw_string(json_wtr, helper_name[id]); in probe_helpers_for_progtype()
561 define_prefix, ptype_name, helper_name[id], in probe_helpers_for_progtype()
565 printf("\n\t- %s", helper_name[id]); in probe_helpers_for_progtype()
/Linux-v5.4/include/linux/
Ddrbd_genl.h322 __str_field(1, DRBD_GENLA_F_MANDATORY, helper_name, 32)
/Linux-v5.4/drivers/block/drbd/
Ddrbd_nl.c381 sib.helper_name = cmd; in drbd_khelper()
3888 if (nla_put_string(skb, T_helper, sib->helper_name)) in nla_put_status_info()
4843 strlcpy(helper_info.helper_name, name, sizeof(helper_info.helper_name)); in notify_helper()
4844 helper_info.helper_name_len = min(strlen(name), sizeof(helper_info.helper_name)); in notify_helper()
Ddrbd_int.h1665 char *helper_name; member