Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_byteorder.c94 [NFTA_BYTEORDER_SIZE] = NLA_POLICY_MAX(NLA_BE32, 255),
108 tb[NFTA_BYTEORDER_SIZE] == NULL || in nft_byteorder_init()
121 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_SIZE], U8_MAX, &size); in nft_byteorder_init()
165 if (nla_put_be32(skb, NFTA_BYTEORDER_SIZE, htonl(priv->size))) in nft_byteorder_dump()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h638 NFTA_BYTEORDER_SIZE, enumerator