Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_payload.c180 [NFTA_PAYLOAD_CSUM_FLAGS] = { .type = NLA_U32 },
760 if (tb[NFTA_PAYLOAD_CSUM_FLAGS]) { in nft_payload_set_init()
763 flags = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_FLAGS])); in nft_payload_set_init()
801 nla_put_be32(skb, NFTA_PAYLOAD_CSUM_FLAGS, htonl(priv->csum_flags))) in nft_payload_set_dump()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h803 NFTA_PAYLOAD_CSUM_FLAGS, enumerator