Searched refs:acct (Results 26 - 29 of 29) sorted by relevance

12

/linux-master/net/netfilter/
H A Dnf_conntrack_netlink.c258 dump_counters(struct sk_buff *skb, struct nf_conn_acct *acct, argument
262 struct nf_conn_counter *counter = acct->counter;
295 struct nf_conn_acct *acct = nf_conn_acct_find(ct); local
297 if (!acct)
300 if (dump_counters(skb, acct, IP_CT_DIR_ORIGINAL, type) < 0)
302 if (dump_counters(skb, acct, IP_CT_DIR_REPLY, type) < 0)
/linux-master/include/linux/
H A Dhugetlb.h558 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct,
/linux-master/kernel/
H A Dexit.c25 #include <linux/acct.h>
H A Dfork.c72 #include <linux/acct.h>

Completed in 158 milliseconds

12