net: Avoid extra wakeups of threads blocked in wait_for_packet()
[safe/jmp/linux-2.6] / include / linux / netfilter_ipv6 / ip6t_esp.h
1 #ifndef _IP6T_ESP_H
2 #define _IP6T_ESP_H
3
4 #include <linux/netfilter/xt_esp.h>
5
6 #define ip6t_esp xt_esp
7 #define IP6T_ESP_INV_SPI        XT_ESP_INV_SPI
8 #define IP6T_ESP_INV_MASK       XT_ESP_INV_MASK
9
10 #endif /*_IP6T_ESP_H*/