Home
last modified time | relevance | path

Searched refs:ip6t_error_target (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv6/netfilter/
Dip6table_filter.c18 struct ip6t_error_target struct
27 struct ip6t_error_target target; argument
77 { { { { IP6T_ALIGN(sizeof(struct ip6t_error_target)), IP6T_ERROR_TARGET } },
Dip6table_mangle.c28 struct ip6t_error_target struct
37 struct ip6t_error_target target; argument
107 { { { { IP6T_ALIGN(sizeof(struct ip6t_error_target)), IP6T_ERROR_TARGET } },
Dip6_tables.c1774 static struct ip6t_target ip6t_error_target variable
1811 if (t == &ip6t_standard_target || t == &ip6t_error_target) in print_target()
1882 list_append(&ip6t_target, &ip6t_error_target); in init()