Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_payload.c214 [NFTA_PAYLOAD_BASE] = { .type = NLA_U32 },
228 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_init()
243 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_dump()
653 if (!tb[NFTA_PAYLOAD_BASE] || !tb[NFTA_PAYLOAD_OFFSET] || in nft_payload_inner_init()
657 base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_inner_init()
947 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_set_init()
997 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_set_dump()
1047 if (tb[NFTA_PAYLOAD_BASE] == NULL || in nft_payload_select_ops()
1052 base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_select_ops()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h845 NFTA_PAYLOAD_BASE, enumerator