Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c261 if (tb[NFCTH_STATUS]) { in nfnl_cthelper_create()
262 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); in nfnl_cthelper_create()
404 if (tb[NFCTH_STATUS]) { in nfnl_cthelper_update()
405 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); in nfnl_cthelper_update()
564 if (nla_put_be32(skb, NFCTH_STATUS, htonl(status))) in nfnl_cthelper_fill_info()
740 [NFCTH_STATUS] = { .type = NLA_U32, },
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h22 NFCTH_STATUS, enumerator