|
@@ -128,6 +128,7 @@ extern int sctp_register_pf(struct sctp_pf *, sa_family_t);
|
|
int sctp_backlog_rcv(struct sock *sk, struct sk_buff *skb);
|
|
int sctp_backlog_rcv(struct sock *sk, struct sk_buff *skb);
|
|
int sctp_inet_listen(struct socket *sock, int backlog);
|
|
int sctp_inet_listen(struct socket *sock, int backlog);
|
|
void sctp_write_space(struct sock *sk);
|
|
void sctp_write_space(struct sock *sk);
|
|
|
|
+void sctp_data_ready(struct sock *sk, int len);
|
|
unsigned int sctp_poll(struct file *file, struct socket *sock,
|
|
unsigned int sctp_poll(struct file *file, struct socket *sock,
|
|
poll_table *wait);
|
|
poll_table *wait);
|
|
void sctp_sock_rfree(struct sk_buff *skb);
|
|
void sctp_sock_rfree(struct sk_buff *skb);
|