Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnft_payload.c56 [NFTA_PAYLOAD_BASE] = { .type = NLA_U32 },
67 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_init()
81 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_dump()
116 tb[NFTA_PAYLOAD_BASE] == NULL || in nft_payload_select_ops()
121 base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_select_ops()
/linux-4.1.27/include/uapi/linux/netfilter/
Dnf_tables.h609 NFTA_PAYLOAD_BASE, enumerator