Home
last modified time | relevance | path

Searched refs:XT_STANDARD_TARGET (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h55 #define IP6T_STANDARD_TARGET XT_STANDARD_TARGET
151 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
/openbmc/linux/include/linux/netfilter_arp/
H A Darp_tables.h38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
/openbmc/linux/include/linux/netfilter_ipv4/
H A Dip_tables.h52 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
/openbmc/linux/include/uapi/linux/netfilter_arp/
H A Darp_tables.h30 #define ARPT_STANDARD_TARGET XT_STANDARD_TARGET
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h57 #define IPT_STANDARD_TARGET XT_STANDARD_TARGET
/openbmc/linux/include/uapi/linux/netfilter/
H A Dx_tables.h103 #define XT_STANDARD_TARGET "" macro
/openbmc/linux/net/ipv4/netfilter/
H A Dip_tables.c171 XT_STANDARD_TARGET) == 0 && in get_chainname_rulenum()
398 XT_STANDARD_TARGET) == 0) && in mark_source_chains()
428 XT_STANDARD_TARGET) == 0 && in mark_source_chains()
579 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow()
1810 .name = XT_STANDARD_TARGET,
H A Darp_tables.c335 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()
1592 .name = XT_STANDARD_TARGET,
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c196 XT_STANDARD_TARGET) == 0 && in get_chainname_rulenum()
416 XT_STANDARD_TARGET) == 0) && in mark_source_chains()
446 XT_STANDARD_TARGET) == 0 && in mark_source_chains()
597 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow()
1817 .name = XT_STANDARD_TARGET,
/openbmc/linux/net/netfilter/
H A Dx_tables.c841 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()
H A Dnft_compat.c885 strcmp(tg_name, XT_STANDARD_TARGET) == 0 || in nft_target_select_ops()