Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/netfilter/
Dnfnetlink_acct.h30 NFACCT_FLAGS, enumerator
/linux-6.12.1/net/netfilter/
Dnfnetlink_acct.c101 if (tb[NFACCT_FLAGS]) { in nfnl_acct_new()
102 flags = ntohl(nla_get_be32(tb[NFACCT_FLAGS])); in nfnl_acct_new()
179 if (nla_put_be32(skb, NFACCT_FLAGS, htonl(old_flags)) || in nfnl_acct_fill_info()
376 [NFACCT_FLAGS] = { .type = NLA_U32 },