Searched refs:XT_STANDARD_TARGET (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 53 #define IP6T_STANDARD_TARGET XT_STANDARD_TARGET 149 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/linux-4.4.14/include/linux/netfilter_arp/ |
D | arp_tables.h | 37 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/linux-4.4.14/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 52 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/linux-4.4.14/include/uapi/linux/netfilter_arp/ |
D | arp_tables.h | 28 #define ARPT_STANDARD_TARGET XT_STANDARD_TARGET
|
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 55 #define IPT_STANDARD_TARGET XT_STANDARD_TARGET
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | x_tables.h | 102 #define XT_STANDARD_TARGET "" macro
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ip_tables.c | 235 XT_STANDARD_TARGET) == 0 && in get_chainname_rulenum() 493 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 498 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 543 XT_STANDARD_TARGET) == 0 && in mark_source_chains() 721 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 2023 .name = XT_STANDARD_TARGET,
|
D | arp_tables.c | 420 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 425 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 462 XT_STANDARD_TARGET) == 0 && in mark_source_chains() 560 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 1727 .name = XT_STANDARD_TARGET,
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 264 XT_STANDARD_TARGET) == 0 && in get_chainname_rulenum() 505 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 510 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 555 XT_STANDARD_TARGET) == 0 && in mark_source_chains() 733 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 2025 .name = XT_STANDARD_TARGET,
|
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 613 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) == 0 && in xt_compat_check_entry_offsets() 695 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) == 0 && in xt_check_entry_offsets()
|