Searched refs:NFTA_PAYLOAD_BASE (Results 1 – 2 of 2) sorted by relevance
214 [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()
854 * @NFTA_PAYLOAD_BASE: payload base (NLA_U32: nft_payload_bases)865 NFTA_PAYLOAD_BASE, enumerator