Searched refs:matchinfosize (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipt_ah.c | 70 unsigned int matchinfosize, in checkentry() argument 81 if (matchinfosize != IPT_ALIGN(sizeof(struct ipt_ah))) { in checkentry() 83 matchinfosize, IPT_ALIGN(sizeof(struct ipt_ah))); in checkentry()
|
D | ipt_esp.c | 67 unsigned int matchinfosize, in checkentry() argument 78 if (matchinfosize != IPT_ALIGN(sizeof(struct ipt_esp))) { in checkentry() 80 matchinfosize, IPT_ALIGN(sizeof(struct ipt_esp))); in checkentry()
|
D | ip_tables.c | 1608 unsigned int matchinfosize, in udp_checkentry() argument 1619 if (matchinfosize != IPT_ALIGN(sizeof(struct ipt_udp))) { in udp_checkentry() 1621 matchinfosize, IPT_ALIGN(sizeof(struct ipt_udp))); in udp_checkentry()
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6t_esp.c | 143 unsigned int matchinfosize, in checkentry() argument 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 | 174 unsigned int matchinfosize, in checkentry() argument 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 | 186 unsigned int matchinfosize, in checkentry() argument 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 | 239 unsigned int matchinfosize, argument 244 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_opts))) { 246 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_opts)));
|
D | ip6t_hbh.c | 239 unsigned int matchinfosize, argument 244 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_opts))) { 246 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_opts)));
|
D | ip6t_rt.c | 254 unsigned int matchinfosize, in checkentry() argument 259 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_rt))) { in checkentry() 261 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_rt))); in checkentry()
|
D | ip6_tables.c | 1689 unsigned int matchinfosize, in udp_checkentry() argument 1700 if (matchinfosize != IP6T_ALIGN(sizeof(struct ip6t_udp))) { in udp_checkentry() 1702 matchinfosize, IP6T_ALIGN(sizeof(struct ip6t_udp))); in udp_checkentry()
|
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 364 unsigned int matchinfosize, 368 void (*destroy)(void *matchinfo, unsigned int matchinfosize);
|
/linux-2.4.37.9/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 371 unsigned int matchinfosize, 375 void (*destroy)(void *matchinfo, unsigned int matchinfosize);
|