Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnft_payload.c58 [NFTA_PAYLOAD_LEN] = { .type = NLA_U32 },
69 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_init()
83 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len))) in nft_payload_dump()
118 tb[NFTA_PAYLOAD_LEN] == NULL) in nft_payload_select_ops()
132 len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_select_ops()
/linux-4.1.27/include/uapi/linux/netfilter/
Dnf_tables.h611 NFTA_PAYLOAD_LEN, enumerator