Home
last modified time | relevance | path

Searched refs:IP6T_ALIGN (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/net/ipv6/netfilter/
Dip6table_mangle.c66 { { { { 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)), "" } }, { } },
107 { { { { IP6T_ALIGN(sizeof(struct ip6t_error_target)), IP6T_ERROR_TARGET } },
Dip6table_filter.c52 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
60 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
68 { { { { IP6T_ALIGN(sizeof(struct ip6t_standard_target)), "" } }, { } },
77 { { { { IP6T_ALIGN(sizeof(struct ip6t_error_target)), IP6T_ERROR_TARGET } },
Dip6t_MARK.c34 if (targinfosize != IP6T_ALIGN(sizeof(struct ip6t_mark_target_info))) { in checkentry()
37 IP6T_ALIGN(sizeof(struct ip6t_mark_target_info))); in checkentry()
Dip6t_multiport.c77 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_multiport))) in checkentry()
83 && matchsize == IP6T_ALIGN(sizeof(struct ip6t_multiport)) in checkentry()
Dip6t_esp.c148 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_esp))) { in checkentry()
150 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_esp))); in checkentry()
Dip6t_ah.c179 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_ah))) { in checkentry()
181 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_ah))); in checkentry()
Dip6t_frag.c191 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_frag))) { in checkentry()
193 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_frag))); in checkentry()
Dip6t_dst.c244 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_opts))) {
246 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_opts)));
Dip6t_hbh.c244 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_opts))) {
246 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_opts)));
Dip6t_mark.c30 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_mark_info))) in checkentry()
Dip6t_length.c31 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_length_info))) in checkentry()
Dip6t_mac.c44 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_mac_info))) in ip6t_mac_checkentry()
Dip6t_hl.c53 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_hl_info))) in checkentry()
Dip6t_eui64.c66 if (matchsize != IP6T_ALIGN(sizeof(int))) in ip6t_eui64_checkentry()
Dip6t_rt.c259 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_rt))) { in checkentry()
261 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_rt))); in checkentry()
Dip6t_limit.c94 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_rateinfo))) in ip6t_limit_checkentry()
Dip6t_ipv6header.c131 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_ipv6header_info))) in ipv6header_checkentry()
Dip6t_LOG.c424 if (targinfosize != IP6T_ALIGN(sizeof(struct ip6t_log_info))) { in ip6t_log_checkentry()
426 targinfosize, IP6T_ALIGN(sizeof(struct ip6t_log_info))); in ip6t_log_checkentry()
Dip6t_owner.c138 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_owner_info))) in checkentry()
Dip6_tables.c701 != IP6T_ALIGN(sizeof(struct ip6t_standard_target))) { in standard_check()
704 IP6T_ALIGN(sizeof(struct ip6t_standard_target))); in standard_check()
1649 && matchsize == IP6T_ALIGN(sizeof(struct ip6t_tcp)) in tcp_checkentry()
1700 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_udp))) { in udp_checkentry()
1702 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_udp))); in udp_checkentry()
1767 && matchsize == IP6T_ALIGN(sizeof(struct ip6t_icmp)) in icmp6_checkentry()
/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6_tables.h455 #define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry… macro