Searched refs:XT_ERROR_TARGET (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 56 #define IP6T_ERROR_TARGET XT_ERROR_TARGET 159 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
|
/Linux-v5.15/include/linux/netfilter_arp/ |
D | arp_tables.h | 46 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
|
/Linux-v5.15/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 60 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
|
/Linux-v5.15/include/uapi/linux/netfilter_arp/ |
D | arp_tables.h | 31 #define ARPT_ERROR_TARGET XT_ERROR_TARGET
|
/Linux-v5.15/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 59 #define IPT_ERROR_TARGET XT_ERROR_TARGET
|
/Linux-v5.15/include/uapi/linux/netfilter/ |
D | x_tables.h | 105 #define XT_ERROR_TARGET "ERROR" macro
|
/Linux-v5.15/net/ipv6/netfilter/ |
D | ip6_tables.c | 189 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) { in get_chainname_rulenum() 714 XT_ERROR_TARGET) == 0) in translate_table() 1864 .name = XT_ERROR_TARGET,
|
/Linux-v5.15/net/ipv4/netfilter/ |
D | ip_tables.c | 164 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) { in get_chainname_rulenum() 696 XT_ERROR_TARGET) == 0) in translate_table() 1856 .name = XT_ERROR_TARGET,
|
D | arp_tables.c | 556 XT_ERROR_TARGET) == 0) in translate_table() 1589 .name = XT_ERROR_TARGET,
|
/Linux-v5.15/net/netfilter/ |
D | x_tables.c | 849 } else if (strcmp(t->u.user.name, XT_ERROR_TARGET) == 0) { in xt_compat_check_entry_offsets() 943 } else if (strcmp(t->u.user.name, XT_ERROR_TARGET) == 0) { in xt_check_entry_offsets()
|
D | nft_compat.c | 833 if (strcmp(tg_name, XT_ERROR_TARGET) == 0 || in nft_target_select_ops()
|