Searched refs:helper_name (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nfnetlink_cthelper.c | 293 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()
|
D | xt_CT.c | 76 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()
|
D | nf_conntrack_netlink.c | 988 ctnetlink_parse_help(const struct nlattr *attr, char **helper_name, in ctnetlink_parse_help() argument 1001 *helper_name = nla_data(tb[CTA_HELP_NAME]); in ctnetlink_parse_help()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_int.h | 1659 char *helper_name; member
|
D | drbd_nl.c | 350 sib.helper_name = cmd; in drbd_khelper() 3031 if (nla_put_string(skb, T_helper, sib->helper_name)) in nla_put_status_info()
|