diff options
| -rw-r--r-- | net/sctp/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index 939b8d2595bc..5ca0ec0e823c 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
| @@ -9500,7 +9500,7 @@ struct proto sctp_prot = { | |||
| 9500 | .backlog_rcv = sctp_backlog_rcv, | 9500 | .backlog_rcv = sctp_backlog_rcv, |
| 9501 | .hash = sctp_hash, | 9501 | .hash = sctp_hash, |
| 9502 | .unhash = sctp_unhash, | 9502 | .unhash = sctp_unhash, |
| 9503 | .get_port = sctp_get_port, | 9503 | .no_autobind = true, |
| 9504 | .obj_size = sizeof(struct sctp_sock), | 9504 | .obj_size = sizeof(struct sctp_sock), |
| 9505 | .useroffset = offsetof(struct sctp_sock, subscribe), | 9505 | .useroffset = offsetof(struct sctp_sock, subscribe), |
| 9506 | .usersize = offsetof(struct sctp_sock, initmsg) - | 9506 | .usersize = offsetof(struct sctp_sock, initmsg) - |
| @@ -9542,7 +9542,7 @@ struct proto sctpv6_prot = { | |||
| 9542 | .backlog_rcv = sctp_backlog_rcv, | 9542 | .backlog_rcv = sctp_backlog_rcv, |
| 9543 | .hash = sctp_hash, | 9543 | .hash = sctp_hash, |
| 9544 | .unhash = sctp_unhash, | 9544 | .unhash = sctp_unhash, |
| 9545 | .get_port = sctp_get_port, | 9545 | .no_autobind = true, |
| 9546 | .obj_size = sizeof(struct sctp6_sock), | 9546 | .obj_size = sizeof(struct sctp6_sock), |
| 9547 | .useroffset = offsetof(struct sctp6_sock, sctp.subscribe), | 9547 | .useroffset = offsetof(struct sctp6_sock, sctp.subscribe), |
| 9548 | .usersize = offsetof(struct sctp6_sock, sctp.initmsg) - | 9548 | .usersize = offsetof(struct sctp6_sock, sctp.initmsg) - |
