Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h165 uint8_t sctp_shutdown_event; member
281 struct sctp_shutdown_event { struct
330 struct sctp_shutdown_event sn_shutdown_event;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c429 sctp_shutdown_event(sctp_t *sctp) in sctp_shutdown_event() function
431 struct sctp_shutdown_event *sse; in sctp_shutdown_event()
442 sse = (struct sctp_shutdown_event *)mp->b_rptr; in sctp_shutdown_event()
H A Dsctp_opt_data.c877 ev->sctp_shutdown_event = in sctp_get_opt()
1221 ONOFF(ev->sctp_shutdown_event); in sctp_set_opt()
H A Dsctp_impl.h1138 extern void sctp_shutdown_event(sctp_t *);
H A Dsctp_input.c3874 sctp_shutdown_event(sctp); in sctp_input_data()