Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h368 NFTA_SET_FIELD_LEN, enumerator
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c4476 if (nla_put_be32(skb, NFTA_SET_FIELD_LEN, in nf_tables_fill_set_concat()
4769 [NFTA_SET_FIELD_LEN] = { .type = NLA_U32 },
4787 if (!tb[NFTA_SET_FIELD_LEN]) in nft_set_desc_concat_parse()
4790 len = ntohl(nla_get_be32(tb[NFTA_SET_FIELD_LEN])); in nft_set_desc_concat_parse()