Searched refs:NFTA_PAYLOAD_BASE (Results 1 – 2 of 2) sorted by relevance
174 [NFTA_PAYLOAD_BASE] = { .type = NLA_U32 },188 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_init()202 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_dump()711 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_set_init()755 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_set_dump()784 if (tb[NFTA_PAYLOAD_BASE] == NULL || in nft_payload_select_ops()789 base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_select_ops()
797 NFTA_PAYLOAD_BASE, enumerator
Completed in 12 milliseconds