Go to the documentation of this file.
14 #include <linux/ipv6.h>
15 #include <linux/module.h>
18 #include <linux/netfilter/x_tables.h>
31 const u8 ttl = ip_hdr(skb)->ttl;
35 return ttl == info->
ttl;
37 return ttl != info->
ttl;
39 return ttl < info->
ttl;
41 return ttl > info->
ttl;
50 const struct ipv6hdr *ip6h = ipv6_hdr(skb);
85 static int __init hl_mt_init(
void)
90 static void __exit hl_mt_exit(
void)