Home
last modified time | relevance | path

Searched defs:tablename (Results 1 – 10 of 10) sorted by relevance

/third_party/iptables/iptables/
Diptables-save.c45 for_each_table(int (*func)(struct iptables_save_cb *cb, const char *tablename), in for_each_table()
50 char tablename[XT_TABLE_MAXNAMELEN+1]; in for_each_table() local
74 static int do_output(struct iptables_save_cb *cb, const char *tablename) in do_output()
137 const char *tablename = NULL; in do_iptables_save() local
Dxtables-save.c69 __do_output(struct nft_handle *h, const char *tablename, void *data) in __do_output()
101 do_output(struct nft_handle *h, const char *tablename, struct do_output_data *d) in do_output()
131 const char *tablename = NULL; in xtables_save_main() local
Diptables-restore.c73 create_handle(const struct iptables_restore_cb *cb, const char *tablename) in create_handle()
103 const char *tablename = NULL; in ip46tables_restore_main() local
Dnft-cache.c654 const char *tablename) in flush_cache()
694 void flush_chain_cache(struct nft_handle *h, const char *tablename) in flush_chain_cache()
Dnft-bridge.c533 static void nft_bridge_print_table_header(const char *tablename) in nft_bridge_print_table_header()
Dnft-shared.h242 const char *tablename; member
Dnft.c1962 bool nft_table_find(struct nft_handle *h, const char *tablename) in nft_table_find()
1971 int (*func)(struct nft_handle *h, const char *tablename, void *data), in nft_for_each_table()
2697 const char *tablename, *chainname; in nft_refresh_transaction() local
/third_party/boost/libs/multiprecision/performance/
Dsf_performance.hpp189 void time_proc(const char* tablename, const char* name, Real (*proc)(), unsigned threads = 1) in time_proc()
/third_party/iptables/libiptc/
Dlibiptc.c1296 TC_INIT(const char *tablename) in TC_INIT()
/third_party/python/Modules/
Dposixmodule.c12386 const char *tablename, PyObject *module) in setup_confname_table()