Searched refs:XT_ERROR_TARGET (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/uapi/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 56 #define IP6T_ERROR_TARGET XT_ERROR_TARGET 159 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
|
/openbmc/linux/include/linux/netfilter_arp/ |
H A D | arp_tables.h | 46 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
|
/openbmc/linux/include/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 60 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
|
/openbmc/linux/include/uapi/linux/netfilter_arp/ |
H A D | arp_tables.h | 31 #define ARPT_ERROR_TARGET XT_ERROR_TARGET
|
/openbmc/linux/include/uapi/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 59 #define IPT_ERROR_TARGET XT_ERROR_TARGET
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | x_tables.h | 105 #define XT_ERROR_TARGET "ERROR" macro
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | 162 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) { in get_chainname_rulenum() 695 XT_ERROR_TARGET) == 0) in translate_table() 1820 .name = XT_ERROR_TARGET,
|
H A D | arp_tables.c | 557 XT_ERROR_TARGET) == 0) in translate_table() 1602 .name = XT_ERROR_TARGET,
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 187 if (strcmp(t->target.u.kernel.target->name, XT_ERROR_TARGET) == 0) { in get_chainname_rulenum() 712 XT_ERROR_TARGET) == 0) in translate_table() 1827 .name = XT_ERROR_TARGET,
|
/openbmc/linux/net/netfilter/ |
H A 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()
|
H A D | nft_compat.c | 884 if (strcmp(tg_name, XT_ERROR_TARGET) == 0 || in nft_target_select_ops()
|