Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnft_payload.c113 [NFTA_PAYLOAD_LEN] = { .type = NLA_U32 },
124 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_init()
138 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len))) in nft_payload_dump()
173 tb[NFTA_PAYLOAD_LEN] == NULL) in nft_payload_select_ops()
187 len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_select_ops()
/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables.h613 NFTA_PAYLOAD_LEN, enumerator