aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-13 05:05:51 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-13 05:05:51 -0400
commitaccba5f3965d6a9d1bf7c1e1a7995d17e9d521b6 (patch)
tree8fb40782e79472ed882ff2098d4dd295557278ee /include/linux/socket.h
parent6852fd9b86d05063c6ef49d2e12e061cc7f6a105 (diff)
parent4480f15b3306f43bbb0310d461142b4e897ca45b (diff)
Merge branch 'linus' into oprofile-v2
Conflicts: arch/x86/kernel/apic_32.c arch/x86/oprofile/nmi_int.c include/linux/pci_ids.h
Diffstat (limited to 'include/linux/socket.h')
-rw-r--r--include/linux/socket.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h
index 950af631e7fb..20fc4bbfca42 100644
--- a/include/linux/socket.h
+++ b/include/linux/socket.h
@@ -189,7 +189,9 @@ struct ucred {
189#define AF_BLUETOOTH 31 /* Bluetooth sockets */ 189#define AF_BLUETOOTH 31 /* Bluetooth sockets */
190#define AF_IUCV 32 /* IUCV sockets */ 190#define AF_IUCV 32 /* IUCV sockets */
191#define AF_RXRPC 33 /* RxRPC sockets */ 191#define AF_RXRPC 33 /* RxRPC sockets */
192#define AF_MAX 34 /* For now.. */ 192#define AF_ISDN 34 /* mISDN sockets */
193#define AF_PHONET 35 /* Phonet sockets */
194#define AF_MAX 36 /* For now.. */
193 195
194/* Protocol families, same as address families. */ 196/* Protocol families, same as address families. */
195#define PF_UNSPEC AF_UNSPEC 197#define PF_UNSPEC AF_UNSPEC
@@ -225,6 +227,8 @@ struct ucred {
225#define PF_BLUETOOTH AF_BLUETOOTH 227#define PF_BLUETOOTH AF_BLUETOOTH
226#define PF_IUCV AF_IUCV 228#define PF_IUCV AF_IUCV
227#define PF_RXRPC AF_RXRPC 229#define PF_RXRPC AF_RXRPC
230#define PF_ISDN AF_ISDN
231#define PF_PHONET AF_PHONET
228#define PF_MAX AF_MAX 232#define PF_MAX AF_MAX
229 233
230/* Maximum queue length specifiable by listen. */ 234/* Maximum queue length specifiable by listen. */
@@ -293,6 +297,7 @@ struct ucred {
293#define SOL_RXRPC 272 297#define SOL_RXRPC 272
294#define SOL_PPPOL2TP 273 298#define SOL_PPPOL2TP 273
295#define SOL_BLUETOOTH 274 299#define SOL_BLUETOOTH 274
300#define SOL_PNPIPE 275
296 301
297/* IPX options */ 302/* IPX options */
298#define IPX_TYPE 1 303#define IPX_TYPE 1