Home
last modified time | relevance | path

Searched refs:ip6t_standard_target (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ipv6/netfilter/
Dip6table_mangle.c25 struct ip6t_standard_target target;
66 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
74 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
82 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
90 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
98 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
Dip6table_filter.c15 struct ip6t_standard_target target;
52 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
60 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
68 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
Dip6_tables.c421 v = ((struct ip6t_standard_target *)t)->verdict; in ip6t_do_table()
602 struct ip6t_standard_target *t in mark_source_chains()
697 struct ip6t_standard_target *targ = (void *)t; in standard_check()
701 != IP6T_ALIGN(sizeof(struct ip6t_standard_target))) { in standard_check()
704 IP6T_ALIGN(sizeof(struct ip6t_standard_target))); in standard_check()
758 static struct ip6t_target ip6t_standard_target; variable
790 if (t->u.kernel.target == &ip6t_standard_target) { in check_entry()
1772 static struct ip6t_target ip6t_standard_target variable
1811 if (t == &ip6t_standard_target || t == &ip6t_error_target) in print_target()
1881 list_append(&ip6t_target, &ip6t_standard_target); in init()
/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6_tables.h98 struct ip6t_standard_target struct