Searched refs:tablename (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/netfilter_bridge/ |
| H A D | ebtables.h | 109 extern void ebt_unregister_table(struct net *net, const char *tablename); 110 void ebt_unregister_table_pre_exit(struct net *net, const char *tablename);
|
| /linux/net/netfilter/ |
| H A D | nft_compat.c | 32 const char *tablename) in nft_compat_chain_validate_dependency() argument 38 if (!tablename || in nft_compat_chain_validate_dependency() 43 if (strcmp(tablename, "nat") == 0) { in nft_compat_chain_validate_dependency()
|
| /linux/mm/ |
| H A D | mm_init.c | 2379 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() argument 2467 panic("Failed to allocate %s hash table\n", tablename); in alloc_large_system_hash() 2470 tablename, 1UL << log2qty, get_order(size), size, in alloc_large_system_hash()
|
| /linux/net/ipv4/netfilter/ |
| H A D | ip_tables.c | 190 const char *tablename, in trace_packet() argument 211 tablename, chainname, comment, rulenum); in trace_packet()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 215 const char *tablename, in trace_packet() argument 236 tablename, chainname, comment, rulenum); in trace_packet()
|