Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnft_payload.c111 [NFTA_PAYLOAD_BASE] = { .type = NLA_U32 },
122 priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_init()
136 nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) || in nft_payload_dump()
171 tb[NFTA_PAYLOAD_BASE] == NULL || in nft_payload_select_ops()
176 base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE])); in nft_payload_select_ops()
/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables.h611 NFTA_PAYLOAD_BASE, enumerator