Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnfnetlink_acct.c45 struct nfnl_acct_net { struct
51 static inline struct nfnl_acct_net *nfnl_acct_pernet(struct net *net) in nfnl_acct_pernet() argument
62 struct nfnl_acct_net *nfnl_acct_net = nfnl_acct_pernet(info->net); in nfnl_acct_new() local
75 list_for_each_entry(nfacct, &nfnl_acct_net->nfnl_acct_list, head) { in nfnl_acct_new()
137 list_add_tail_rcu(&nfacct->head, &nfnl_acct_net->nfnl_acct_list); in nfnl_acct_new()
197 struct nfnl_acct_net *nfnl_acct_net = nfnl_acct_pernet(net); in nfnl_acct_dump() local
209 list_for_each_entry_rcu(cur, &nfnl_acct_net->nfnl_acct_list, head) { in nfnl_acct_dump()
277 struct nfnl_acct_net *nfnl_acct_net = nfnl_acct_pernet(info->net); in nfnl_acct_get() local
297 list_for_each_entry(cur, &nfnl_acct_net->nfnl_acct_list, head) { in nfnl_acct_get()
346 struct nfnl_acct_net *nfnl_acct_net = nfnl_acct_pernet(info->net); in nfnl_acct_del() local
[all …]