| 661 | /* This could be made common with sctp_detach() since they are identical */ |
| 662 | |
| 663 | static |
| 664 | int |
| 665 | sctp6_disconnect(struct socket *so) |
| 666 | { |
| 667 | return (sctp_disconnect(so)); |
| 668 | } |
| 669 | |
| 670 | int |
| 671 | sctp_sendm(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, |
nothing calls this directly
no test coverage detected