Home
last modified time | relevance | path

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

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