diff options
| author | Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | 2002-11-04 15:18:11 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-11-04 15:18:11 -0800 |
| commit | fefd92463dfde738bce403acf35ff05cac4dc6a0 (patch) | |
| tree | e46506bd7109d08aff73b401528566af3ea7b973 /include/linux/ipsec.h | |
| parent | b9346730a75d99030d15d041c2c4719780361f9f (diff) | |
[IPSEC]: Bug fixes and updates.
- Implement IP_IPSEC_POLICY setsockopt
- Rework input policy checks to use it
- dst->child destruction is repaired
- Fix tunnel mode IP header building.
Diffstat (limited to 'include/linux/ipsec.h')
| -rw-r--r-- | include/linux/ipsec.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/ipsec.h b/include/linux/ipsec.h index ae132602002a..d3c527616b5e 100644 --- a/include/linux/ipsec.h +++ b/include/linux/ipsec.h @@ -43,15 +43,4 @@ enum { #define IPSEC_REPLAYWSIZE 32 -#ifdef __KERNEL__ -struct sock; -struct sk_buff; - -static __inline__ int ipsec_sk_policy(struct sock *sk, struct sk_buff *skb) -{ - return 1; -} -#endif - - #endif /* _LINUX_IPSEC_H */ |
