Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_acct.c64 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()
197 list_for_each_entry_rcu(cur, &net->nfnl_acct_list, head) { in nfnl_acct_dump()
286 list_for_each_entry(cur, &net->nfnl_acct_list, head) { in nfnl_acct_get()
345 list_for_each_entry_safe(cur, tmp, &net->nfnl_acct_list, head) in nfnl_acct_del()
352 list_for_each_entry(cur, &net->nfnl_acct_list, head) { in nfnl_acct_del()
403 list_for_each_entry_rcu(cur, &net->nfnl_acct_list, head) { in nfnl_acct_find_get()
486 INIT_LIST_HEAD(&net->nfnl_acct_list); in nfnl_acct_net_init()
495 list_for_each_entry_safe(cur, tmp, &net->nfnl_acct_list, head) { in nfnl_acct_net_exit()
/OK3568_Linux_fs/kernel/include/net/
H A Dnet_namespace.h155 struct list_head nfnl_acct_list; member