ELF loader support for auxvec base platform string
[deliverable/linux.git] / include / linux / netfilter_ipv4 / ipt_esp.h
CommitLineData
1da177e4
LT
1#ifndef _IPT_ESP_H
2#define _IPT_ESP_H
3
dc5ab2fa 4#include <linux/netfilter/xt_esp.h>
1da177e4 5
dc5ab2fa
YK
6#define ipt_esp xt_esp
7#define IPT_ESP_INV_SPI XT_ESP_INV_SPI
8#define IPT_ESP_INV_MASK XT_ESP_INV_MASK
1da177e4
LT
9
10#endif /*_IPT_ESP_H*/
This page took 1.098248 seconds and 5 git commands to generate.