diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index 5c19cba34dce..fab4d0ddf4ed 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -181,6 +181,7 @@ struct ucred { | |||
| 181 | #define AF_WANPIPE 25 /* Wanpipe API Sockets */ | 181 | #define AF_WANPIPE 25 /* Wanpipe API Sockets */ |
| 182 | #define AF_LLC 26 /* Linux LLC */ | 182 | #define AF_LLC 26 /* Linux LLC */ |
| 183 | #define AF_IB 27 /* Native InfiniBand address */ | 183 | #define AF_IB 27 /* Native InfiniBand address */ |
| 184 | #define AF_MPLS 28 /* MPLS */ | ||
| 184 | #define AF_CAN 29 /* Controller Area Network */ | 185 | #define AF_CAN 29 /* Controller Area Network */ |
| 185 | #define AF_TIPC 30 /* TIPC sockets */ | 186 | #define AF_TIPC 30 /* TIPC sockets */ |
| 186 | #define AF_BLUETOOTH 31 /* Bluetooth sockets */ | 187 | #define AF_BLUETOOTH 31 /* Bluetooth sockets */ |
| @@ -226,6 +227,7 @@ struct ucred { | |||
| 226 | #define PF_WANPIPE AF_WANPIPE | 227 | #define PF_WANPIPE AF_WANPIPE |
| 227 | #define PF_LLC AF_LLC | 228 | #define PF_LLC AF_LLC |
| 228 | #define PF_IB AF_IB | 229 | #define PF_IB AF_IB |
| 230 | #define PF_MPLS AF_MPLS | ||
| 229 | #define PF_CAN AF_CAN | 231 | #define PF_CAN AF_CAN |
| 230 | #define PF_TIPC AF_TIPC | 232 | #define PF_TIPC AF_TIPC |
| 231 | #define PF_BLUETOOTH AF_BLUETOOTH | 233 | #define PF_BLUETOOTH AF_BLUETOOTH |
