Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_payload.c217 [NFTA_PAYLOAD_CSUM_TYPE] = { .type = NLA_U32 },
948 if (tb[NFTA_PAYLOAD_CSUM_TYPE]) in nft_payload_set_init()
949 csum_type = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_TYPE])); in nft_payload_set_init()
997 nla_put_be32(skb, NFTA_PAYLOAD_CSUM_TYPE, htonl(priv->csum_type)) || in nft_payload_set_dump()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h849 NFTA_PAYLOAD_CSUM_TYPE, enumerator