net: introduce SO_INCOMING_CPU
[linux-2.6-block.git] / arch / powerpc / include / uapi / asm / socket.h
CommitLineData
a37c8875 1#ifndef _ASM_POWERPC_SOCKET_H
2#define _ASM_POWERPC_SOCKET_H
1da177e4
LT
3
4/*
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
9 */
10
11#include <asm/sockios.h>
12
6b9269ab 13/* For setsockopt(2) */
1da177e4
LT
14#define SOL_SOCKET 1
15
16#define SO_DEBUG 1
17#define SO_REUSEADDR 2
18#define SO_TYPE 3
19#define SO_ERROR 4
20#define SO_DONTROUTE 5
21#define SO_BROADCAST 6
22#define SO_SNDBUF 7
23#define SO_RCVBUF 8
b0573dea
PM
24#define SO_SNDBUFFORCE 32
25#define SO_RCVBUFFORCE 33
1da177e4
LT
26#define SO_KEEPALIVE 9
27#define SO_OOBINLINE 10
28#define SO_NO_CHECK 11
29#define SO_PRIORITY 12
30#define SO_LINGER 13
31#define SO_BSDCOMPAT 14
055dc21a 32#define SO_REUSEPORT 15
1da177e4
LT
33#define SO_RCVLOWAT 16
34#define SO_SNDLOWAT 17
35#define SO_RCVTIMEO 18
36#define SO_SNDTIMEO 19
37#define SO_PASSCRED 20
38#define SO_PEERCRED 21
39
40/* Security levels - as per NRL IPv6 - don't actually do anything */
41#define SO_SECURITY_AUTHENTICATION 22
42#define SO_SECURITY_ENCRYPTION_TRANSPORT 23
43#define SO_SECURITY_ENCRYPTION_NETWORK 24
44
45#define SO_BINDTODEVICE 25
46
47/* Socket filtering */
48#define SO_ATTACH_FILTER 26
49#define SO_DETACH_FILTER 27
a8fc9277 50#define SO_GET_FILTER SO_ATTACH_FILTER
1da177e4
LT
51
52#define SO_PEERNAME 28
53#define SO_TIMESTAMP 29
54#define SCM_TIMESTAMP SO_TIMESTAMP
55
6b9269ab 56#define SO_ACCEPTCONN 30
1da177e4 57
6b9269ab 58#define SO_PEERSEC 31
877ce7c1 59#define SO_PASSSEC 34
92f37fd2
ED
60#define SO_TIMESTAMPNS 35
61#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
1da177e4 62
4a19ec58
LAT
63#define SO_MARK 36
64
cb9eff09
PO
65#define SO_TIMESTAMPING 37
66#define SCM_TIMESTAMPING SO_TIMESTAMPING
67
49c794e9 68#define SO_PROTOCOL 38
0d6038ee 69#define SO_DOMAIN 39
49c794e9 70
3b885787
NH
71#define SO_RXQ_OVFL 40
72
6e3e939f
JB
73#define SO_WIFI_STATUS 41
74#define SCM_WIFI_STATUS SO_WIFI_STATUS
ef64a54f 75#define SO_PEEK_OFF 42
6e3e939f 76
3bdc0eba
BG
77/* Instruct lower device to use last 4-bytes of skb data as FCS */
78#define SO_NOFCS 43
79
d59577b6
VB
80#define SO_LOCK_FILTER 44
81
7d4c04fc
KJ
82#define SO_SELECT_ERR_QUEUE 45
83
64b0dc51 84#define SO_BUSY_POLL 46
dafcc438 85
62748f32
ED
86#define SO_MAX_PACING_RATE 47
87
ea02f941
MS
88#define SO_BPF_EXTENSIONS 48
89
2c8c56e1
ED
90#define SO_INCOMING_CPU 49
91
a37c8875 92#endif /* _ASM_POWERPC_SOCKET_H */