| * include/asm-xtensa/socket.h |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| /* For setsockoptions(2) */ |
| #define SO_SNDBUFFORCE 32 |
| #define SO_RCVBUFFORCE 33 |
| /* To add :#define SO_REUSEPORT 15 */ |
| /* Security levels - as per NRL IPv6 - don't actually do anything */ |
| #define SO_SECURITY_AUTHENTICATION 22 |
| #define SO_SECURITY_ENCRYPTION_TRANSPORT 23 |
| #define SO_SECURITY_ENCRYPTION_NETWORK 24 |
| #define SO_BINDTODEVICE 25 |
| #define SO_ATTACH_FILTER 26 |
| #define SO_DETACH_FILTER 27 |
| #define SCM_TIMESTAMP SO_TIMESTAMP |
| #define SO_TIMESTAMPNS 35 |
| #define SCM_TIMESTAMPNS SO_TIMESTAMPNS |
| #define SO_TIMESTAMPING 37 |
| #define SCM_TIMESTAMPING SO_TIMESTAMPING |
| #define SO_WIFI_STATUS 41 |
| #define SCM_WIFI_STATUS SO_WIFI_STATUS |
| /* Instruct lower device to use last 4-bytes of skb data as FCS */ |
| #endif /* _XTENSA_SOCKET_H */ |