Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnfnetlink_cthelper.c293 const char *helper_name; in nfnl_cthelper_new() local
301 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
315 if (strncmp(cur->name, helper_name, in nfnl_cthelper_new()
508 char *helper_name = NULL; in nfnl_cthelper_get() local
520 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
537 if (helper_name && strncmp(cur->name, helper_name, in nfnl_cthelper_get()
577 char *helper_name = NULL; in nfnl_cthelper_del() local
585 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
604 if (helper_name && strncmp(cur->name, helper_name, in nfnl_cthelper_del()
Dxt_CT.c76 xt_ct_set_helper(struct nf_conn *ct, const char *helper_name, in xt_ct_set_helper() argument
90 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper()
93 pr_info("No such helper \"%s\"\n", helper_name); in xt_ct_set_helper()
Dnf_conntrack_netlink.c1054 ctnetlink_parse_help(const struct nlattr *attr, char **helper_name, in ctnetlink_parse_help() argument
1067 *helper_name = nla_data(tb[CTA_HELP_NAME]); in ctnetlink_parse_help()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_int.h1660 char *helper_name; member
Ddrbd_nl.c350 sib.helper_name = cmd; in drbd_khelper()
3031 if (nla_put_string(skb, T_helper, sib->helper_name)) in nla_put_status_info()