Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_tables_api.c5706 INIT_LIST_HEAD(&set->pending_update); in nf_tables_newset()
10847 list_for_each_entry_safe(set, next, set_update_list, pending_update) { in nft_gc_seq_begin()
10848 list_del_init(&set->pending_update); in nft_gc_seq_begin()
11090 list_empty(&te->set->pending_update)) { in nf_tables_commit()
11091 list_add_tail(&te->set->pending_update, in nf_tables_commit()
11103 list_empty(&te->set->pending_update)) { in nf_tables_commit()
11104 list_add_tail(&te->set->pending_update, in nf_tables_commit()
11246 list_for_each_entry_safe(set, next, set_update_list, pending_update) { in __nf_tables_abort()
11247 list_del_init(&set->pending_update); in __nf_tables_abort()
11392 list_empty(&te->set->pending_update)) { in __nf_tables_abort()
[all...]
/linux/include/net/netfilter/
H A Dnf_tables.h604 struct list_head pending_update; member