Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h9 NFTA_TARGET_INFO, enumerator
/openbmc/linux/net/netfilter/
H A Dnft_compat.c139 [NFTA_TARGET_INFO] = { .type = NLA_BINARY },
249 size_t size = XT_ALIGN(nla_len(tb[NFTA_TARGET_INFO])); in nft_target_init()
255 target_compat_from_user(target, nla_data(tb[NFTA_TARGET_INFO]), info); in nft_target_init()
342 nft_extension_dump_info(skb, NFTA_TARGET_INFO, info, in nft_target_dump()
877 tb[NFTA_TARGET_INFO] == NULL) in nft_target_select_ops()
898 if (target->targetsize > nla_len(tb[NFTA_TARGET_INFO])) { in nft_target_select_ops()