Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c228 if (!tb[NFCTH_TUPLE] || !tb[NFCTH_POLICY] || !tb[NFCTH_PRIV_DATA_LEN]) in nfnl_cthelper_create()
242 size = ntohl(nla_get_be32(tb[NFCTH_PRIV_DATA_LEN])); in nfnl_cthelper_create()
390 if (tb[NFCTH_PRIV_DATA_LEN]) { in nfnl_cthelper_update()
391 size = ntohl(nla_get_be32(tb[NFCTH_PRIV_DATA_LEN])); in nfnl_cthelper_update()
556 if (nla_put_be32(skb, NFCTH_PRIV_DATA_LEN, htonl(helper->data_len))) in nfnl_cthelper_fill_info()
739 [NFCTH_PRIV_DATA_LEN] = { .type = NLA_U32, },
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h21 NFCTH_PRIV_DATA_LEN, enumerator