Searched refs:XT_STANDARD_TARGET (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 55 #define IP6T_STANDARD_TARGET XT_STANDARD_TARGET 151 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/linux-6.1.9/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 52 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/linux-6.1.9/include/linux/netfilter_arp/ |
D | arp_tables.h | 38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/linux-6.1.9/include/uapi/linux/netfilter_arp/ |
D | arp_tables.h | 30 #define ARPT_STANDARD_TARGET XT_STANDARD_TARGET
|
/linux-6.1.9/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 57 #define IPT_STANDARD_TARGET XT_STANDARD_TARGET
|
/linux-6.1.9/include/uapi/linux/netfilter/ |
D | x_tables.h | 103 #define XT_STANDARD_TARGET "" macro
|
/linux-6.1.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 198 XT_STANDARD_TARGET) == 0 && in get_chainname_rulenum() 418 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 448 XT_STANDARD_TARGET) == 0 && in mark_source_chains() 599 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 1854 .name = XT_STANDARD_TARGET,
|
/linux-6.1.9/net/ipv4/netfilter/ |
D | ip_tables.c | 173 XT_STANDARD_TARGET) == 0 && in get_chainname_rulenum() 400 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 430 XT_STANDARD_TARGET) == 0 && in mark_source_chains() 581 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 1847 .name = XT_STANDARD_TARGET,
|
D | arp_tables.c | 335 XT_STANDARD_TARGET) == 0) && in mark_source_chains() 366 XT_STANDARD_TARGET) == 0 && in mark_source_chains() 445 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 1580 .name = XT_STANDARD_TARGET,
|
/linux-6.1.9/net/netfilter/ |
D | x_tables.c | 841 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) == 0) { in xt_compat_check_entry_offsets() 935 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) == 0) { in xt_check_entry_offsets()
|
D | nft_compat.c | 843 strcmp(tg_name, XT_STANDARD_TARGET) == 0 || in nft_target_select_ops()
|