Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_payload.c175 [NFTA_PAYLOAD_BASE] = { .type = NLA_U32 },
189 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_init()
203 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_dump()
746 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_set_init()
795 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_set_dump()
845 if (tb[NFTA_PAYLOAD_BASE] == NULL || in nft_payload_select_ops()
850 base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_select_ops()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h797 NFTA_PAYLOAD_BASE, enumerator