Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dulpevent.c540 struct sctp_shutdown_event *sse; in sctp_ulpevent_make_shutdown_event()
543 event = sctp_ulpevent_new(sizeof(struct sctp_shutdown_event), in sctp_ulpevent_make_shutdown_event()
549 sse = (struct sctp_shutdown_event *) in sctp_ulpevent_make_shutdown_event()
550 skb_put(skb, sizeof(struct sctp_shutdown_event)); in sctp_ulpevent_make_shutdown_event()
575 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_ulpevent_make_shutdown_event()
/linux-4.1.27/include/uapi/linux/
Dsctp.h383 struct sctp_shutdown_event { struct
465 __u8 sctp_shutdown_event; member
489 struct sctp_shutdown_event sn_shutdown_event;
/linux-4.1.27/fs/dlm/
Dlowcomms.c1380 subscribe.sctp_shutdown_event = 1; in sctp_listen_for_all()