Symbol: XT_TABLE_MAXNAMELEN
include/linux/netfilter/x_tables.h
251
const char name[XT_TABLE_MAXNAMELEN];
include/linux/netfilter/x_tables.h
512
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
1064
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/arp_tables.c
1377
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/arp_tables.c
803
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/arp_tables.c
813
name[XT_TABLE_MAXNAMELEN-1] = '\0';
net/ipv4/netfilter/ip_tables.c
1204
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/ip_tables.c
1541
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/ip_tables.c
946
char name[XT_TABLE_MAXNAMELEN];
net/ipv4/netfilter/ip_tables.c
956
name[XT_TABLE_MAXNAMELEN-1] = '\0';
net/ipv6/netfilter/ip6_tables.c
1220
char name[XT_TABLE_MAXNAMELEN];
net/ipv6/netfilter/ip6_tables.c
1550
char name[XT_TABLE_MAXNAMELEN];
net/ipv6/netfilter/ip6_tables.c
962
char name[XT_TABLE_MAXNAMELEN];
net/ipv6/netfilter/ip6_tables.c
972
name[XT_TABLE_MAXNAMELEN-1] = '\0';
net/netfilter/x_tables.c
51
char name[XT_TABLE_MAXNAMELEN];