Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_payload.c177 [NFTA_PAYLOAD_LEN] = NLA_POLICY_MAX(NLA_BE32, 255),
191 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_init()
205 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len))) in nft_payload_dump()
748 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_set_init()
797 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len)) || in nft_payload_set_dump()
847 tb[NFTA_PAYLOAD_LEN] == NULL) in nft_payload_select_ops()
874 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_LEN], U8_MAX, &len); in nft_payload_select_ops()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h799 NFTA_PAYLOAD_LEN, enumerator