diff options
Diffstat (limited to 'include/net/sctp/user.h')
| -rw-r--r-- | include/net/sctp/user.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/sctp/user.h b/include/net/sctp/user.h index 2758e8ce4f25..f6328aeddcce 100644 --- a/include/net/sctp/user.h +++ b/include/net/sctp/user.h | |||
| @@ -111,6 +111,8 @@ enum sctp_optname { | |||
| 111 | #define SCTP_GET_LOCAL_ADDRS_NUM SCTP_GET_LOCAL_ADDRS_NUM | 111 | #define SCTP_GET_LOCAL_ADDRS_NUM SCTP_GET_LOCAL_ADDRS_NUM |
| 112 | SCTP_GET_LOCAL_ADDRS, /* Get all local addresss. */ | 112 | SCTP_GET_LOCAL_ADDRS, /* Get all local addresss. */ |
| 113 | #define SCTP_GET_LOCAL_ADDRS SCTP_GET_LOCAL_ADDRS | 113 | #define SCTP_GET_LOCAL_ADDRS SCTP_GET_LOCAL_ADDRS |
| 114 | SCTP_SOCKOPT_CONNECTX, /* CONNECTX requests. */ | ||
| 115 | #define SCTP_SOCKOPT_CONNECTX SCTP_SOCKOPT_CONNECTX | ||
| 114 | }; | 116 | }; |
| 115 | 117 | ||
| 116 | /* | 118 | /* |
| @@ -527,6 +529,7 @@ struct sctp_paddrinfo { | |||
| 527 | enum sctp_spinfo_state { | 529 | enum sctp_spinfo_state { |
| 528 | SCTP_INACTIVE, | 530 | SCTP_INACTIVE, |
| 529 | SCTP_ACTIVE, | 531 | SCTP_ACTIVE, |
| 532 | SCTP_UNKNOWN = 0xffff /* Value used for transport state unknown */ | ||
| 530 | }; | 533 | }; |
| 531 | 534 | ||
| 532 | /* | 535 | /* |
