diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-01 18:02:27 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-01 18:02:27 -0400 |
| commit | ceeec3dc375e3b0618f16b34efc56fe093918f8b (patch) | |
| tree | 2293d02721ee05131aaf1c60e4fba7e281585eec /include/linux/socket.h | |
| parent | fbff868db3a4cc6a89d51da9a6d49b26c29d04fb (diff) | |
| parent | e3ee3b78f83688a0ae4315e8be71b2eac559904a (diff) | |
/spare/repo/netdev-2.6 branch 'ieee80211'
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index a5c7d96e4d2e..1739c2d5b95b 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -26,6 +26,13 @@ struct __kernel_sockaddr_storage { | |||
| 26 | #include <linux/types.h> /* pid_t */ | 26 | #include <linux/types.h> /* pid_t */ |
| 27 | #include <linux/compiler.h> /* __user */ | 27 | #include <linux/compiler.h> /* __user */ |
| 28 | 28 | ||
| 29 | extern int sysctl_somaxconn; | ||
| 30 | extern void sock_init(void); | ||
| 31 | #ifdef CONFIG_PROC_FS | ||
| 32 | struct seq_file; | ||
| 33 | extern void socket_seq_show(struct seq_file *seq); | ||
| 34 | #endif | ||
| 35 | |||
| 29 | typedef unsigned short sa_family_t; | 36 | typedef unsigned short sa_family_t; |
| 30 | 37 | ||
| 31 | /* | 38 | /* |
| @@ -271,6 +278,8 @@ struct ucred { | |||
| 271 | #define SOL_IRDA 266 | 278 | #define SOL_IRDA 266 |
| 272 | #define SOL_NETBEUI 267 | 279 | #define SOL_NETBEUI 267 |
| 273 | #define SOL_LLC 268 | 280 | #define SOL_LLC 268 |
| 281 | #define SOL_DCCP 269 | ||
| 282 | #define SOL_NETLINK 270 | ||
| 274 | 283 | ||
| 275 | /* IPX options */ | 284 | /* IPX options */ |
| 276 | #define IPX_TYPE 1 | 285 | #define IPX_TYPE 1 |
