Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dulpevent.c524 struct sctp_shutdown_event *sse; in sctp_ulpevent_make_shutdown_event()
527 event = sctp_ulpevent_new(sizeof(struct sctp_shutdown_event), in sctp_ulpevent_make_shutdown_event()
533 sse = skb_put(skb, sizeof(struct sctp_shutdown_event)); in sctp_ulpevent_make_shutdown_event()
558 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_ulpevent_make_shutdown_event()
/Linux-v5.4/include/uapi/linux/
Dsctp.h475 struct sctp_shutdown_event { struct
600 __u8 sctp_shutdown_event; member
627 struct sctp_shutdown_event sn_shutdown_event;