Home
last modified time | relevance | path

Searched refs:tablename (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/include/linux/netfilter_bridge/
H A Debtables.h109 extern void ebt_unregister_table(struct net *net, const char *tablename);
110 void ebt_unregister_table_pre_exit(struct net *net, const char *tablename);
/kernel/linux/linux-5.10/include/linux/netfilter_bridge/
H A Debtables.h110 void ebt_unregister_table_pre_exit(struct net *net, const char *tablename,
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_compat.c31 const char *tablename) in nft_compat_chain_validate_dependency()
37 if (!tablename || in nft_compat_chain_validate_dependency()
42 if (strcmp(tablename, "nat") == 0) { in nft_compat_chain_validate_dependency()
30 nft_compat_chain_validate_dependency(const struct nft_ctx *ctx, const char *tablename) nft_compat_chain_validate_dependency() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_compat.c32 const char *tablename) in nft_compat_chain_validate_dependency()
38 if (!tablename || in nft_compat_chain_validate_dependency()
43 if (strcmp(tablename, "nat") == 0) { in nft_compat_chain_validate_dependency()
31 nft_compat_chain_validate_dependency(const struct nft_ctx *ctx, const char *tablename) nft_compat_chain_validate_dependency() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.h1193 #define IPS_DEFINE_COMPAT_TABLE(tablename) \
1194 char tablename[IPS_COMPAT_MAX_ADAPTER_TYPE] [IPS_COMPAT_ID_LENGTH] = { \
/kernel/linux/linux-6.6/drivers/scsi/
H A Dips.h1193 #define IPS_DEFINE_COMPAT_TABLE(tablename) \
1194 char tablename[IPS_COMPAT_MAX_ADAPTER_TYPE] [IPS_COMPAT_ID_LENGTH] = { \
/kernel/linux/linux-5.10/include/linux/
H A Dmemblock.h574 extern void *alloc_large_system_hash(const char *tablename,
/kernel/linux/linux-6.6/include/linux/
H A Dmemblock.h575 extern void *alloc_large_system_hash(const char *tablename,
/kernel/linux/linux-6.6/mm/
H A Dmm_init.c2463 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() argument
2552 panic("Failed to allocate %s hash table\n", tablename); in alloc_large_system_hash()
2555 tablename, 1UL << log2qty, ilog2(size) - PAGE_SHIFT, size, in alloc_large_system_hash()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dip_tables.c192 const char *tablename, in trace_packet()
213 tablename, chainname, comment, rulenum); in trace_packet()
187 trace_packet(struct net *net, const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ipt_entry *e) trace_packet() argument
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6_tables.c217 const char *tablename, in trace_packet()
238 tablename, chainname, comment, rulenum); in trace_packet()
212 trace_packet(struct net *net, const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ip6t_entry *e) trace_packet() argument
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dip_tables.c190 const char *tablename, in trace_packet()
211 tablename, chainname, comment, rulenum); in trace_packet()
185 trace_packet(struct net *net, const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ipt_entry *e) trace_packet() argument
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6_tables.c215 const char *tablename, in trace_packet()
236 tablename, chainname, comment, rulenum); in trace_packet()
210 trace_packet(struct net *net, const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ip6t_entry *e) trace_packet() argument
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c8345 void *__init alloc_large_system_hash(const char *tablename, in alloc_large_system_hash() argument
8439 panic("Failed to allocate %s hash table\n", tablename); in alloc_large_system_hash()
8442 tablename, 1UL << log2qty, ilog2(size) - PAGE_SHIFT, size, in alloc_large_system_hash()

Completed in 38 milliseconds