summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds2005-09-09 23:25:22 +0200
committerLinus Torvalds2005-09-09 23:25:22 +0200
commit1d8674edb534a3c5cb549bfde5a39fa5598cb3bc (patch)
tree2fe4a39c0d4a26400d8b89e800ba596f1de88ec7 /include
parent[PATCH] Lost sockfd_put() in routing_ioctl() (diff)
parent[IPV4] fib_trie: fix proc interface (diff)
downloadkernel-qcow2-linux-1d8674edb534a3c5cb549bfde5a39fa5598cb3bc.tar.gz
kernel-qcow2-linux-1d8674edb534a3c5cb549bfde5a39fa5598cb3bc.tar.xz
kernel-qcow2-linux-1d8674edb534a3c5cb549bfde5a39fa5598cb3bc.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'include')
-rw-r--r--include/linux/dccp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index 007c290f74d4..8bf4bacb5051 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -432,7 +432,10 @@ struct dccp_sock {
struct ccid *dccps_hc_rx_ccid;
struct ccid *dccps_hc_tx_ccid;
struct dccp_options_received dccps_options_received;
+ struct timeval dccps_epoch;
enum dccp_role dccps_role:2;
+ __u8 dccps_hc_rx_insert_options:1;
+ __u8 dccps_hc_tx_insert_options:1;
};
static inline struct dccp_sock *dccp_sk(const struct sock *sk)