Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h22 NFCTH_STATUS, enumerator
/Linux-v5.4/net/netfilter/
Dnfnetlink_cthelper.c256 if (tb[NFCTH_STATUS]) { in nfnl_cthelper_create()
257 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); in nfnl_cthelper_create()
395 if (tb[NFCTH_STATUS]) { in nfnl_cthelper_update()
396 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); in nfnl_cthelper_update()
562 if (nla_put_be32(skb, NFCTH_STATUS, htonl(status))) in nfnl_cthelper_fill_info()