Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsctp.h316 struct sctp_shutdown_event { struct
398 __u8 sctp_shutdown_event; member
422 struct sctp_shutdown_event sn_shutdown_event;
/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h292 struct sctp_shutdown_event { struct
425 struct sctp_shutdown_event sn_shutdown_event;
442 uint8_t sctp_shutdown_event; member
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_uio.h87 uint8_t sctp_shutdown_event; member
413 struct sctp_shutdown_event { struct
553 struct sctp_shutdown_event sn_shutdown_event;
Dsctputil.c3320 struct sctp_shutdown_event *sse; in sctp_notify_shutdown_event()
3354 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_shutdown_event), 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_shutdown_event()
3358 sse = mtod(m_notify, struct sctp_shutdown_event *); in sctp_notify_shutdown_event()
3359 memset(sse, 0, sizeof(struct sctp_shutdown_event)); in sctp_notify_shutdown_event()
3362 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_notify_shutdown_event()
3365 SCTP_BUF_LEN(m_notify) = sizeof(struct sctp_shutdown_event); in sctp_notify_shutdown_event()
Dsctp_usrreq.c2784 events->sctp_shutdown_event = 1;
5584 if (events->sctp_shutdown_event) {
5644 if (events->sctp_shutdown_event) {
/external/netperf/
Dnettest_sctp.c193 ev.sctp_shutdown_event = 1;