ip6t_esp.h 208 B

12345678910
  1. #ifndef _IP6T_ESP_H
  2. #define _IP6T_ESP_H
  3. #include <linux/netfilter/xt_esp.h>
  4. #define ip6t_esp xt_esp
  5. #define IP6T_ESP_INV_SPI XT_ESP_INV_SPI
  6. #define IP6T_ESP_INV_MASK XT_ESP_INV_MASK
  7. #endif /*_IP6T_ESP_H*/