Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_payload.c219 [NFTA_PAYLOAD_CSUM_FLAGS] = { .type = NLA_U32 },
961 if (tb[NFTA_PAYLOAD_CSUM_FLAGS]) { in nft_payload_set_init()
964 flags = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_FLAGS])); in nft_payload_set_init()
1003 nla_put_be32(skb, NFTA_PAYLOAD_CSUM_FLAGS, htonl(priv->csum_flags))) in nft_payload_set_dump()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h851 NFTA_PAYLOAD_CSUM_FLAGS, enumerator