Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/netfilter/
Dnfnetlink_acct.h30 NFACCT_FLAGS, enumerator
/Linux-v5.4/net/netfilter/
Dnfnetlink_acct.c90 if (tb[NFACCT_FLAGS]) { in nfnl_acct_new()
91 flags = ntohl(nla_get_be32(tb[NFACCT_FLAGS])); in nfnl_acct_new()
173 if (nla_put_be32(skb, NFACCT_FLAGS, htonl(old_flags)) || in nfnl_acct_fill_info()
374 [NFACCT_FLAGS] = { .type = NLA_U32 },