Home
last modified time | relevance | path

Searched refs:sctp_event_subscribe (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/sctp/
Dulpevent.h142 struct sctp_event_subscribe *mask) in sctp_ulpevent_type_enabled()
150 struct sctp_event_subscribe *mask) in sctp_ulpevent_is_enabled()
Dstructs.h208 struct sctp_event_subscribe subscribe;
/linux-4.4.14/include/uapi/linux/
Dsctp.h459 struct sctp_event_subscribe { struct
/linux-4.4.14/net/sctp/
Dsocket.c2196 if (optlen > sizeof(struct sctp_event_subscribe)) in sctp_setsockopt_events()
4050 memset(&sp->subscribe, 0, sizeof(struct sctp_event_subscribe)); in sctp_init_sock()
4376 if (len > sizeof(struct sctp_event_subscribe)) in sctp_getsockopt_events()
4377 len = sizeof(struct sctp_event_subscribe); in sctp_getsockopt_events()