Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h32 NFTA_COMPAT_NAME, enumerator
/openbmc/linux/net/netfilter/
H A Dnft_compat.c667 if (nla_put_string(skb, NFTA_COMPAT_NAME, name) || in nfnl_compat_fill_info()
691 if (tb[NFTA_COMPAT_NAME] == NULL || in nfnl_compat_get_rcu()
696 name = nla_data(tb[NFTA_COMPAT_NAME]); in nfnl_compat_get_rcu()
752 [NFTA_COMPAT_NAME] = { .type = NLA_NUL_STRING,