]> git.ipfire.org Git - thirdparty/strongswan.git/blob - linux/net/include.net.sock.h.fs2_2.patch
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / linux / net / include.net.sock.h.fs2_2.patch
1 --- ./include/net/sock.h Fri Nov 2 17:39:16 2001
2 +++ ./include/net/sock.h Mon Jun 10 19:44:55 2002
3 @@ -201,6 +201,12 @@
4 __u32 end_seq;
5 };
6
7 +#if 1
8 +struct udp_opt {
9 + __u32 esp_in_udp;
10 +};
11 +#endif
12 +
13 struct tcp_opt {
14 int tcp_header_len; /* Bytes of tcp header to send */
15
16 @@ -443,6 +449,9 @@
17 #if defined(CONFIG_SPX) || defined (CONFIG_SPX_MODULE)
18 struct spx_opt af_spx;
19 #endif /* CONFIG_SPX */
20 +#if 1
21 + struct udp_opt af_udp;
22 +#endif
23
24 } tp_pinfo;
25