sctp_shutdown_event  600 include/uapi/linux/sctp.h 	__u8 sctp_shutdown_event;
sctp_shutdown_event  627 include/uapi/linux/sctp.h 	struct sctp_shutdown_event sn_shutdown_event;
sctp_shutdown_event  524 net/sctp/ulpevent.c 	struct sctp_shutdown_event *sse;
sctp_shutdown_event  527 net/sctp/ulpevent.c 	event = sctp_ulpevent_new(sizeof(struct sctp_shutdown_event),
sctp_shutdown_event  533 net/sctp/ulpevent.c 	sse = skb_put(skb, sizeof(struct sctp_shutdown_event));
sctp_shutdown_event  558 net/sctp/ulpevent.c 	sse->sse_length = sizeof(struct sctp_shutdown_event);