Symbol: XT_STANDARD_TARGET
include/linux/netfilter_arp/arp_tables.h
38
.target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
include/linux/netfilter_ipv4/ip_tables.h
51
.target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
include/uapi/linux/netfilter_arp/arp_tables.h
30
#define ARPT_STANDARD_TARGET XT_STANDARD_TARGET
include/uapi/linux/netfilter_ipv4/ip_tables.h
57
#define IPT_STANDARD_TARGET XT_STANDARD_TARGET
include/uapi/linux/netfilter_ipv6/ip6_tables.h
151
.target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
include/uapi/linux/netfilter_ipv6/ip6_tables.h
55
#define IP6T_STANDARD_TARGET XT_STANDARD_TARGET
net/ipv4/netfilter/arp_tables.c
1568
.name = XT_STANDARD_TARGET,
net/ipv4/netfilter/arp_tables.c
347
XT_STANDARD_TARGET) == 0) &&
net/ipv4/netfilter/arp_tables.c
378
XT_STANDARD_TARGET) == 0 &&
net/ipv4/netfilter/arp_tables.c
457
if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0)
net/ipv4/netfilter/ip_tables.c
171
XT_STANDARD_TARGET) == 0 &&
net/ipv4/netfilter/ip_tables.c
1769
.name = XT_STANDARD_TARGET,
net/ipv4/netfilter/ip_tables.c
398
XT_STANDARD_TARGET) == 0) &&
net/ipv4/netfilter/ip_tables.c
428
XT_STANDARD_TARGET) == 0 &&
net/ipv4/netfilter/ip_tables.c
579
if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0)
net/ipv6/netfilter/ip6_tables.c
1779
.name = XT_STANDARD_TARGET,
net/ipv6/netfilter/ip6_tables.c
196
XT_STANDARD_TARGET) == 0 &&
net/ipv6/netfilter/ip6_tables.c
416
XT_STANDARD_TARGET) == 0) &&
net/ipv6/netfilter/ip6_tables.c
446
XT_STANDARD_TARGET) == 0 &&
net/ipv6/netfilter/ip6_tables.c
597
if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0)
net/netfilter/nft_compat.c
922
strcmp(tg_name, XT_STANDARD_TARGET) == 0 ||
net/netfilter/x_tables.c
891
if (strcmp(t->u.user.name, XT_STANDARD_TARGET) == 0) {
net/netfilter/x_tables.c
985
if (strcmp(t->u.user.name, XT_STANDARD_TARGET) == 0) {