Searched refs:nft_clear (Results 1 – 7 of 7) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_immediate.c | 118 nft_clear(ctx->net, chain); in nft_immediate_activate()
|
| H A D | nft_set_bitmap.c | 182 nft_clear(net, &be->ext); in nft_bitmap_activate()
|
| H A D | nft_set_hash.c | 202 nft_clear(net, &he->ext); in nft_rhash_activate() 709 nft_clear(net, &he->ext); in nft_hash_activate()
|
| H A D | nf_tables_api.c | 5855 nft_clear(ctx->net, ext); in nft_mapelem_activate() 5873 nft_clear(ctx->net, ext); in nft_map_catchall_activate() 5898 nft_clear(ctx->net, set); in nf_tables_activate_set() 6978 nft_clear(net, ext); in nft_setelem_activate() 10900 nft_clear(net, table); in nf_tables_commit() 10920 nft_clear(net, nft_trans_chain(trans)); in nf_tables_commit() 10944 nft_clear(net, nft_trans_rule(trans)); in nf_tables_commit() 10974 nft_clear(net, nft_trans_set(trans)); in nf_tables_commit() 11024 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit() 11048 nft_clear(net, nft_trans_flowtable(trans)); in nf_tables_commit() [all …]
|
| H A D | nft_set_rbtree.c | 731 nft_clear(net, &rbe->ext); in nft_rbtree_deactivate()
|
| H A D | nft_set_pipapo.c | 1880 nft_clear(net, &e->ext);
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1603 #define nft_clear(__net, __obj) \ macro
|