Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnft_payload.c225 [NFTA_PAYLOAD_LEN] = NLA_POLICY_MAX(NLA_BE32, 255),
239 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_init()
254 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len))) in nft_payload_dump()
675 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_inner_init()
893 priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN])); in nft_payload_set_init()
943 nla_put_be32(skb, NFTA_PAYLOAD_LEN, htonl(priv->len)) || in nft_payload_set_dump()
993 tb[NFTA_PAYLOAD_LEN] == NULL) in nft_payload_select_ops()
1020 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_LEN], U8_MAX, &len); in nft_payload_select_ops()
/Linux-v6.6/include/uapi/linux/netfilter/
Dnf_tables.h845 NFTA_PAYLOAD_LEN, enumerator