Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnfnetlink_cthelper.c237 tb[NFCTH_NAME], NF_CT_HELPER_NAME_LEN); in nfnl_cthelper_create()
424 if (!tb[NFCTH_NAME] || !tb[NFCTH_TUPLE]) in nfnl_cthelper_new()
427 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_new()
542 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()
700 if (tb[NFCTH_NAME]) in nfnl_cthelper_del()
701 helper_name = nla_data(tb[NFCTH_NAME]); in nfnl_cthelper_del()
742 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
/Linux-v5.4/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h17 NFCTH_NAME, enumerator