Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_bitwise.c86 [NFTA_BITWISE_LEN] = { .type = NLA_U32 },
168 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_init()
245 if (nla_put_be32(skb, NFTA_BITWISE_LEN, htonl(priv->len))) in nft_bitwise_dump()
407 if (nla_put_be32(skb, NFTA_BITWISE_LEN, htonl(sizeof(u32)))) in nft_bitwise_fast_dump()
491 if (!tb[NFTA_BITWISE_LEN] || in nft_bitwise_select_ops()
496 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_select_ops()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h603 NFTA_BITWISE_LEN, enumerator