Searched refs:nfnl_acct_net (Results 1 – 1 of 1) sorted by relevance
45 struct nfnl_acct_net { struct51 static inline struct nfnl_acct_net *nfnl_acct_pernet(struct net *net) in nfnl_acct_pernet() argument62 struct nfnl_acct_net *nfnl_acct_net = nfnl_acct_pernet(info->net); in nfnl_acct_new() local75 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() local209 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() local297 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 …]