Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/netfilter/
Dnfnetlink_acct.h14 struct nf_acct;
16 struct nf_acct *nfnl_acct_find_get(struct net *net, const char *filter_name);
17 void nfnl_acct_put(struct nf_acct *acct);
18 void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
19 int nfnl_acct_overquota(struct net *net, struct nf_acct *nfacct);
/Linux-v6.1/net/netfilter/
Dnfnetlink_acct.c29 struct nf_acct { struct
63 struct nf_acct *nfacct, *matching = NULL; in nfnl_acct_new()
115 nfacct = kzalloc(sizeof(struct nf_acct) + size, GFP_KERNEL); in nfnl_acct_new()
143 int event, struct nf_acct *acct) in nfnl_acct_fill_info()
198 struct nf_acct *cur, *last; in nfnl_acct_dump()
204 last = (struct nf_acct *)cb->args[1]; in nfnl_acct_dump()
279 struct nf_acct *cur; in nfnl_acct_get()
326 static int nfnl_acct_try_del(struct nf_acct *cur) in nfnl_acct_try_del()
347 struct nf_acct *cur, *tmp; in nfnl_acct_del()
417 struct nf_acct *nfnl_acct_find_get(struct net *net, const char *acct_name) in nfnl_acct_find_get()
[all …]
Dxt_nfacct.c37 struct nf_acct *nfacct; in nfacct_mt_checkentry()
/Linux-v6.1/include/uapi/linux/netfilter/
Dxt_nfacct.h7 struct nf_acct;
11 struct nf_acct *nfacct;
16 struct nf_acct *nfacct __attribute__((aligned(8)));