|
| struct sctp_association * | sctp_id2assoc (struct sock *sk, sctp_assoc_t id) |
| |
| SCTP_STATIC int | sctp_bind (struct sock *sk, struct sockaddr *addr, int addr_len) |
| |
| int | sctp_asconf_mgmt (struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw) |
| |
| SCTP_STATIC int | sctp_setsockopt_bindx (struct sock *sk, struct sockaddr __user *addrs, int addrs_size, int op) |
| |
| SCTP_STATIC int | __sctp_setsockopt_connectx (struct sock *sk, struct sockaddr __user *addrs, int addrs_size, sctp_assoc_t *assoc_id) |
| |
| SCTP_STATIC int | sctp_setsockopt_connectx_old (struct sock *sk, struct sockaddr __user *addrs, int addrs_size) |
| |
| SCTP_STATIC int | sctp_setsockopt_connectx (struct sock *sk, struct sockaddr __user *addrs, int addrs_size) |
| |
| SCTP_STATIC int | sctp_getsockopt_connectx3 (struct sock *sk, int len, char __user *optval, int __user *optlen) |
| |
| SCTP_STATIC void | sctp_close (struct sock *sk, long timeout) |
| |
| SCTP_STATIC int | sctp_msghdr_parse (const struct msghdr *, sctp_cmsgs_t *) |
| |
| SCTP_STATIC int | sctp_sendmsg (struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t msg_len) |
| |
| SCTP_STATIC int | sctp_recvmsg (struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len, int noblock, int flags, int *addr_len) |
| |
| SCTP_STATIC int | sctp_setsockopt (struct sock *sk, int level, int optname, char __user *optval, unsigned int optlen) |
| |
| SCTP_STATIC int | sctp_connect (struct sock *sk, struct sockaddr *addr, int addr_len) |
| |
| SCTP_STATIC int | sctp_disconnect (struct sock *sk, int flags) |
| |
| SCTP_STATIC struct sock * | sctp_accept (struct sock *sk, int flags, int *err) |
| |
| SCTP_STATIC int | sctp_ioctl (struct sock *sk, int cmd, unsigned long arg) |
| |
| SCTP_STATIC int | sctp_init_sock (struct sock *sk) |
| |
| SCTP_STATIC void | sctp_destroy_sock (struct sock *sk) |
| |
| SCTP_STATIC void | sctp_shutdown (struct sock *sk, int how) |
| |
| int | sctp_do_peeloff (struct sock *sk, sctp_assoc_t id, struct socket **sockp) |
| |
| | EXPORT_SYMBOL (sctp_do_peeloff) |
| |
| SCTP_STATIC int | sctp_getsockopt (struct sock *sk, int level, int optname, char __user *optval, int __user *optlen) |
| |
| SCTP_STATIC int | sctp_listen_start (struct sock *sk, int backlog) |
| |
| int | sctp_inet_listen (struct socket *sock, int backlog) |
| |
| unsigned int | sctp_poll (struct file *file, struct socket *sock, poll_table *wait) |
| |
| void | sctp_put_port (struct sock *sk) |
| |
| void | sctp_sock_rfree (struct sk_buff *skb) |
| |
| void | sctp_data_ready (struct sock *sk, int len) |
| |
| void | sctp_write_space (struct sock *sk) |
| |
| void | sctp_copy_sock (struct sock *newsk, struct sock *sk, struct sctp_association *asoc) |
| |