Symbol: XT_TABLE_MAXNAMELEN
include/linux/netfilter/x_tables.h
232
const char name[XT_TABLE_MAXNAMELEN];
include/linux/netfilter/x_tables.h
489
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter/x_tables.h
117
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_arp/arp_tables.h
137
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_arp/arp_tables.h
159
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_arp/arp_tables.h
190
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_arp/arp_tables.h
22
#define ARPT_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
include/uapi/linux/netfilter_ipv4/ip_tables.h
159
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_ipv4/ip_tables.h
181
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_ipv4/ip_tables.h
212
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_ipv4/ip_tables.h
28
#define IPT_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
include/uapi/linux/netfilter_ipv6/ip6_tables.h
199
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_ipv6/ip6_tables.h
221
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_ipv6/ip6_tables.h
252
char name[XT_TABLE_MAXNAMELEN];
include/uapi/linux/netfilter_ipv6/ip6_tables.h
28
#define IP6T_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
net/ipv4/netfilter/arp_tables.c
1054
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/arp_tables.c
1368
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/arp_tables.c
793
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/arp_tables.c
803
name[XT_TABLE_MAXNAMELEN-1] = '\0';
net/ipv4/netfilter/ip_tables.c
1206
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/ip_tables.c
1544
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/ip_tables.c
948
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/ip_tables.c
958
name[XT_TABLE_MAXNAMELEN-1] = '\0';
net/ipv6/netfilter/ip6_tables.c
1222
char name[XT_TABLE_MAXNAMELEN];
net/ipv6/netfilter/ip6_tables.c
1553
char name[XT_TABLE_MAXNAMELEN];
net/ipv6/netfilter/ip6_tables.c
964
char name[XT_TABLE_MAXNAMELEN];
net/ipv6/netfilter/ip6_tables.c
974
name[XT_TABLE_MAXNAMELEN-1] = '\0';
net/netfilter/x_tables.c
51
char name[XT_TABLE_MAXNAMELEN];