Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnfnetlink_acct.c66 list_for_each_entry(nfacct, &net->nfnl_acct_list, head) { in nfnl_acct_new()
126 list_add_tail_rcu(&nfacct->head, &net->nfnl_acct_list); in nfnl_acct_new()
199 list_for_each_entry_rcu(cur, &net->nfnl_acct_list, head) { in nfnl_acct_dump()
287 list_for_each_entry(cur, &net->nfnl_acct_list, head) { in nfnl_acct_get()
346 list_for_each_entry(cur, &net->nfnl_acct_list, head) in nfnl_acct_del()
353 list_for_each_entry(cur, &net->nfnl_acct_list, head) { in nfnl_acct_del()
404 list_for_each_entry_rcu(cur, &net->nfnl_acct_list, head) { in nfnl_acct_find_get()
487 INIT_LIST_HEAD(&net->nfnl_acct_list); in nfnl_acct_net_init()
496 list_for_each_entry_safe(cur, tmp, &net->nfnl_acct_list, head) { in nfnl_acct_net_exit()
/linux-4.4.14/include/net/
Dnet_namespace.h122 struct list_head nfnl_acct_list; member