Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnfnetlink_cthelper.c237 tb[NFCTH_NAME], NF_CT_HELPER_NAME_LEN); in nfnl_cthelper_create()
427 if (!tb[NFCTH_NAME] || !tb[NFCTH_TUPLE]) in nfnl_cthelper_new()
430 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
540 if (nla_put_string(skb, NFCTH_NAME, helper->name)) in nfnl_cthelper_fill_info()
633 if (tb[NFCTH_NAME]) in nfnl_cthelper_get()
634 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_get()
690 if (tb[NFCTH_NAME]) in nfnl_cthelper_del()
691 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
732 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
/Linux-v5.15/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h17 NFCTH_NAME, enumerator