Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnfnetlink_cthelper.c233 if (tb[NFCTH_STATUS]) { in nfnl_cthelper_create()
234 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); in nfnl_cthelper_create()
274 if (tb[NFCTH_STATUS]) { in nfnl_cthelper_update()
275 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); in nfnl_cthelper_update()
449 if (nla_put_be32(skb, NFCTH_STATUS, htonl(status))) in nfnl_cthelper_fill_info()
/linux-4.4.14/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h21 NFCTH_STATUS, enumerator