Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_cthelper.c416 const char *helper_name; in nfnl_cthelper_new() local
428 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
437 if (strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_new()
624 char *helper_name = NULL; in nfnl_cthelper_get() local
640 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
652 if (helper_name && in nfnl_cthelper_get()
653 strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN)) in nfnl_cthelper_get()
692 char *helper_name = NULL; in nfnl_cthelper_del() local
703 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
718 if (helper_name && in nfnl_cthelper_del()
[all …]
Dxt_CT.c76 xt_ct_set_helper(struct nf_conn *ct, const char *helper_name, in xt_ct_set_helper() argument
89 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
92 pr_info_ratelimited("No such helper \"%s\"\n", helper_name); in xt_ct_set_helper()
Dnf_conntrack_netlink.c1163 static int ctnetlink_parse_help(const struct nlattr *attr, char **helper_name, in ctnetlink_parse_help() argument
1176 *helper_name = nla_data(tb[CTA_HELP_NAME]); in ctnetlink_parse_help()
/Linux-v4.19/include/linux/
Ddrbd_genl.h322 __str_field(1, DRBD_GENLA_F_MANDATORY, helper_name, 32)
/Linux-v4.19/drivers/block/drbd/
Ddrbd_nl.c364 sib.helper_name = cmd; in drbd_khelper()
3834 if (nla_put_string(skb, T_helper, sib->helper_name)) in nla_put_status_info()
4789 strlcpy(helper_info.helper_name, name, sizeof(helper_info.helper_name)); in notify_helper()
4790 helper_info.helper_name_len = min(strlen(name), sizeof(helper_info.helper_name)); in notify_helper()
Ddrbd_int.h1680 char *helper_name; member