Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dulpevent.h169 struct sctp_event_subscribe *mask) in sctp_ulpevent_type_enabled()
174 if (offset >= sizeof(struct sctp_event_subscribe)) in sctp_ulpevent_type_enabled()
181 struct sctp_event_subscribe *mask) in sctp_ulpevent_is_enabled()
Dstructs.h218 struct sctp_event_subscribe subscribe;
/Linux-v4.19/include/uapi/linux/
Dsctp.h584 struct sctp_event_subscribe { struct
/Linux-v4.19/net/sctp/
Dsocket.c2328 if (optlen > sizeof(struct sctp_event_subscribe)) in sctp_setsockopt_events()
4743 memset(&sp->subscribe, 0, sizeof(struct sctp_event_subscribe)); in sctp_init_sock()
5290 if (len > sizeof(struct sctp_event_subscribe)) in sctp_getsockopt_events()
5291 len = sizeof(struct sctp_event_subscribe); in sctp_getsockopt_events()