diff options
| author | Sridhar Samudrala <sri@us.ibm.com> | 2003-07-10 20:50:25 -0700 |
|---|---|---|
| committer | Jon Grimm <jgrimm@touki.austin.ibm.com> | 2003-07-10 20:50:25 -0700 |
| commit | cadc0ef01d446e4747226d438ce59aa48b972cd3 (patch) | |
| tree | 006d40f1645e5501a779127e41ec3a5730b0deea /include/net | |
| parent | 1a7500029c3fd7a559352b61ece4ee5c5c5527f2 (diff) | |
[SCTP] Fix for panic on recvmsg() with MSG_PEEK flag and some ulpevent
cleanup.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sctp/ulpevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/sctp/ulpevent.h b/include/net/sctp/ulpevent.h index 5506352e3808..6e43599919ee 100644 --- a/include/net/sctp/ulpevent.h +++ b/include/net/sctp/ulpevent.h @@ -40,6 +40,7 @@ * Jon Grimm <jgrimm@us.ibm.com> * La Monte H.P. Yarroll <piggy@acm.org> * Karl Knutson <karl@athena.chicago.il.us> + * Sridhar Samudrala <sri@us.ibm.com> * * Any bugs reported given to us we will try to fix... any fixes shared will * be incorporated into the next SCTP release. @@ -72,9 +73,8 @@ static inline struct sctp_ulpevent *sctp_skb2event(struct sk_buff *skb) } struct sctp_ulpevent *sctp_ulpevent_new(int size, int flags, int gfp); -struct sctp_ulpevent *sctp_ulpevent_init(struct sctp_ulpevent *, int flags); +void sctp_ulpevent_init(struct sctp_ulpevent *, int flags); void sctp_ulpevent_free(struct sctp_ulpevent *); -void sctp_ulpevent_kfree_skb(struct sk_buff *skb); int sctp_ulpevent_is_notification(const struct sctp_ulpevent *); void sctp_queue_purge_ulpevents(struct sk_buff_head *list); |
