Go to the documentation of this file.
9 #include <linux/module.h>
11 #include <linux/ipv6.h>
15 #include <linux/netfilter/x_tables.h>
29 return (pktlen >= info->
min && pktlen <= info->
max) ^ info->
invert;
39 return (pktlen >= info->
min && pktlen <= info->
max) ^ info->
invert;
59 static int __init length_mt_init(
void)
64 static void __exit length_mt_exit(
void)