Searched refs:IP6T_ALIGN (Results 1 – 21 of 21) sorted by relevance
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6table_mangle.c | 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)), "" } }, { } }, 107 { { { { IP6T_ALIGN(sizeof(struct ip6t_error_target)), IP6T_ERROR_TARGET } },
|
D | ip6table_filter.c | 52 { { { { 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 } },
|
D | ip6t_MARK.c | 34 if (targinfosize != IP6T_ALIGN(sizeof(struct ip6t_mark_target_info))) { in checkentry() 37 IP6T_ALIGN(sizeof(struct ip6t_mark_target_info))); in checkentry()
|
D | ip6t_multiport.c | 77 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_multiport))) in checkentry() 83 && matchsize == IP6T_ALIGN(sizeof(struct ip6t_multiport)) in checkentry()
|
D | ip6t_esp.c | 148 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_esp))) { in checkentry() 150 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_esp))); in checkentry()
|
D | ip6t_ah.c | 179 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_ah))) { in checkentry() 181 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_ah))); in checkentry()
|
D | ip6t_frag.c | 191 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_frag))) { in checkentry() 193 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_frag))); in checkentry()
|
D | ip6t_dst.c | 244 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_opts))) { 246 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_opts)));
|
D | ip6t_hbh.c | 244 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_opts))) { 246 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_opts)));
|
D | ip6t_mark.c | 30 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_mark_info))) in checkentry()
|
D | ip6t_length.c | 31 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_length_info))) in checkentry()
|
D | ip6t_mac.c | 44 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_mac_info))) in ip6t_mac_checkentry()
|
D | ip6t_hl.c | 53 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_hl_info))) in checkentry()
|
D | ip6t_eui64.c | 66 if (matchsize != IP6T_ALIGN(sizeof(int))) in ip6t_eui64_checkentry()
|
D | ip6t_rt.c | 259 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_rt))) { in checkentry() 261 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_rt))); in checkentry()
|
D | ip6t_limit.c | 94 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_rateinfo))) in ip6t_limit_checkentry()
|
D | ip6t_ipv6header.c | 131 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_ipv6header_info))) in ipv6header_checkentry()
|
D | ip6t_LOG.c | 424 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()
|
D | ip6t_owner.c | 138 if (matchsize != IP6T_ALIGN(sizeof(struct ip6t_owner_info))) in checkentry()
|
D | ip6_tables.c | 701 != 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/ |
D | ip6_tables.h | 455 #define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry… macro
|