Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnft_payload.c132 [NFTA_PAYLOAD_LEN] = { .type = NLA_U32 },
146 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_init()
160 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len))) in nft_payload_dump()
663 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_set_init()
707 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len)) || in nft_payload_set_dump()
736 tb[NFTA_PAYLOAD_LEN] == NULL) in nft_payload_select_ops()
759 len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_select_ops()
/Linux-v5.15/include/uapi/linux/netfilter/
Dnf_tables.h797 NFTA_PAYLOAD_LEN, enumerator