Home
last modified time | relevance | path

Searched refs:sctp_shutdown_event (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/net/sctp/
Duser.h316 struct sctp_shutdown_event { struct
365 __u8 sctp_shutdown_event; member
387 struct sctp_shutdown_event sn_shutdown_event;
/linux-2.4.37.9/net/sctp/
Dulpevent.c563 struct sctp_shutdown_event *sse; in sctp_ulpevent_make_shutdown_event()
566 event = sctp_ulpevent_new(sizeof(struct sctp_shutdown_event), in sctp_ulpevent_make_shutdown_event()
572 sse = (struct sctp_shutdown_event *) in sctp_ulpevent_make_shutdown_event()
573 skb_put(skb, sizeof(struct sctp_shutdown_event)); in sctp_ulpevent_make_shutdown_event()
598 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_ulpevent_make_shutdown_event()