Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c241 tb[NFCTH_NAME], NF_CT_HELPER_NAME_LEN); in nfnl_cthelper_create()
431 if (!tb[NFCTH_NAME] || !tb[NFCTH_TUPLE]) in nfnl_cthelper_new()
434 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
544 if (nla_put_string(skb, NFCTH_NAME, helper->name)) in nfnl_cthelper_fill_info()
637 if (tb[NFCTH_NAME]) in nfnl_cthelper_get()
638 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
694 if (tb[NFCTH_NAME]) in nfnl_cthelper_del()
695 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
736 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h17 NFCTH_NAME, enumerator