Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter/
Dnfnetlink_acct.h29 NFACCT_FLAGS, enumerator
/linux-4.4.14/net/netfilter/
Dnfnetlink_acct.c92 if (tb[NFACCT_FLAGS]) { in nfnl_acct_new()
93 flags = ntohl(nla_get_be32(tb[NFACCT_FLAGS])); in nfnl_acct_new()
171 if (nla_put_be32(skb, NFACCT_FLAGS, htonl(old_flags)) || in nfnl_acct_fill_info()
370 [NFACCT_FLAGS] = { .type = NLA_U32 },