Searched refs:XT_STANDARD_TARGET (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/uapi/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 55 #define IP6T_STANDARD_TARGET XT_STANDARD_TARGET 151 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/openbmc/linux/include/linux/netfilter_arp/ |
H A D | arp_tables.h | 38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/openbmc/linux/include/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 52 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
|
/openbmc/linux/include/uapi/linux/netfilter_arp/ |
H A D | arp_tables.h | 30 #define ARPT_STANDARD_TARGET XT_STANDARD_TARGET
|
/openbmc/linux/include/uapi/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 57 #define IPT_STANDARD_TARGET XT_STANDARD_TARGET
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | x_tables.h | 103 #define XT_STANDARD_TARGET "" macro
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | 171 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 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() 1592 .name = XT_STANDARD_TARGET,
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 196 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 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()
|
H A D | nft_compat.c | 885 strcmp(tg_name, XT_STANDARD_TARGET) == 0 || in nft_target_select_ops()
|