Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnft_payload.c176 [NFTA_PAYLOAD_LEN] = { .type = NLA_U32 },
190 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_init()
204 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len))) in nft_payload_dump()
713 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_set_init()
757 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len)) || in nft_payload_set_dump()
786 tb[NFTA_PAYLOAD_LEN] == NULL) in nft_payload_select_ops()
810 len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_select_ops()
/linux/include/uapi/linux/netfilter/
A Dnf_tables.h799 NFTA_PAYLOAD_LEN, enumerator

Completed in 9 milliseconds