Home
last modified time | relevance | path

Searched refs:NFCTH_NAME (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnfnetlink_cthelper.c219 strncpy(helper->name, nla_data(tb[NFCTH_NAME]), NF_CT_HELPER_NAME_LEN); in nfnl_cthelper_create()
298 if (!tb[NFCTH_NAME] || !tb[NFCTH_TUPLE]) in nfnl_cthelper_new()
301 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
429 if (nla_put_string(skb, NFCTH_NAME, helper->name)) in nfnl_cthelper_fill_info()
519 if (tb[NFCTH_NAME]) in nfnl_cthelper_get()
520 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
584 if (tb[NFCTH_NAME]) in nfnl_cthelper_del()
585 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
622 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
/linux-4.4.14/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h16 NFCTH_NAME, enumerator