summaryrefslogtreecommitdiffstats
path: root/sys/ofed/include/rdma/sdp_socket.h
blob: 902dc97443487f5b40419f7e9ae16cb9dc4f7bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Stuff that should go into include/linux/socket.h */

#ifndef SDP_SOCKET_H
#define SDP_SOCKET_H

#ifndef AF_INET_SDP
#define AF_INET_SDP 27
#define PF_INET_SDP AF_INET_SDP
#endif

#ifndef SDP_ZCOPY_THRESH
#define SDP_ZCOPY_THRESH 80
#endif

#ifndef SDP_LAST_BIND_ERR
#define SDP_LAST_BIND_ERR 81
#endif

/* TODO: AF_INET6_SDP ? */

#endif
OpenPOWER on IntegriCloud