diff options
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/linux/socket.h b/include/linux/socket.h index 1739c2d5b95b..b02dda4ee83d 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -27,7 +27,6 @@ struct __kernel_sockaddr_storage { | |||
| 27 | #include <linux/compiler.h> /* __user */ | 27 | #include <linux/compiler.h> /* __user */ | 
| 28 | 28 | ||
| 29 | extern int sysctl_somaxconn; | 29 | extern int sysctl_somaxconn; | 
| 30 | extern void sock_init(void); | ||
| 31 | #ifdef CONFIG_PROC_FS | 30 | #ifdef CONFIG_PROC_FS | 
| 32 | struct seq_file; | 31 | struct seq_file; | 
| 33 | extern void socket_seq_show(struct seq_file *seq); | 32 | extern void socket_seq_show(struct seq_file *seq); | 
| @@ -187,6 +186,7 @@ struct ucred { | |||
| 187 | #define AF_PPPOX 24 /* PPPoX sockets */ | 186 | #define AF_PPPOX 24 /* PPPoX sockets */ | 
| 188 | #define AF_WANPIPE 25 /* Wanpipe API Sockets */ | 187 | #define AF_WANPIPE 25 /* Wanpipe API Sockets */ | 
| 189 | #define AF_LLC 26 /* Linux LLC */ | 188 | #define AF_LLC 26 /* Linux LLC */ | 
| 189 | #define AF_TIPC 30 /* TIPC sockets */ | ||
| 190 | #define AF_BLUETOOTH 31 /* Bluetooth sockets */ | 190 | #define AF_BLUETOOTH 31 /* Bluetooth sockets */ | 
| 191 | #define AF_MAX 32 /* For now.. */ | 191 | #define AF_MAX 32 /* For now.. */ | 
| 192 | 192 | ||
| @@ -219,6 +219,7 @@ struct ucred { | |||
| 219 | #define PF_PPPOX AF_PPPOX | 219 | #define PF_PPPOX AF_PPPOX | 
| 220 | #define PF_WANPIPE AF_WANPIPE | 220 | #define PF_WANPIPE AF_WANPIPE | 
| 221 | #define PF_LLC AF_LLC | 221 | #define PF_LLC AF_LLC | 
| 222 | #define PF_TIPC AF_TIPC | ||
| 222 | #define PF_BLUETOOTH AF_BLUETOOTH | 223 | #define PF_BLUETOOTH AF_BLUETOOTH | 
| 223 | #define PF_MAX AF_MAX | 224 | #define PF_MAX AF_MAX | 
| 224 | 225 | ||
| @@ -280,6 +281,7 @@ struct ucred { | |||
| 280 | #define SOL_LLC 268 | 281 | #define SOL_LLC 268 | 
| 281 | #define SOL_DCCP 269 | 282 | #define SOL_DCCP 269 | 
| 282 | #define SOL_NETLINK 270 | 283 | #define SOL_NETLINK 270 | 
| 284 | #define SOL_TIPC 271 | ||
| 283 | 285 | ||
| 284 | /* IPX options */ | 286 | /* IPX options */ | 
| 285 | #define IPX_TYPE 1 | 287 | #define IPX_TYPE 1 | 
