Home
last modified time | relevance | path

Searched refs:nf_acct (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/netfilter/
Dnfnetlink_acct.h13 struct nf_acct;
15 struct nf_acct *nfnl_acct_find_get(struct net *net, const char *filter_name);
16 void nfnl_acct_put(struct nf_acct *acct);
17 void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
19 struct nf_acct *nfacct);
/linux-4.4.14/net/netfilter/
Dnfnetlink_acct.c30 struct nf_acct { struct
53 struct nf_acct *nfacct, *matching = NULL; in nfnl_acct_new() argument
104 nfacct = kzalloc(sizeof(struct nf_acct) + size, GFP_KERNEL); in nfnl_acct_new()
132 int event, struct nf_acct *acct) in nfnl_acct_fill_info()
188 struct nf_acct *cur, *last; in nfnl_acct_dump()
194 last = (struct nf_acct *)cb->args[1]; in nfnl_acct_dump()
262 struct nf_acct *cur; in nfnl_acct_get()
319 static int nfnl_acct_try_del(struct nf_acct *cur) in nfnl_acct_try_del()
342 struct nf_acct *cur; in nfnl_acct_del()
399 struct nf_acct *nfnl_acct_find_get(struct net *net, const char *acct_name) in nfnl_acct_find_get()
[all …]
Dxt_nfacct.c38 struct nf_acct *nfacct; in nfacct_mt_checkentry()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_nfacct.h6 struct nf_acct;
10 struct nf_acct *nfacct;