Searched refs:sctp_ulpevent_set_owner (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | ulpevent.c | 91 static inline void sctp_ulpevent_set_owner(struct sctp_ulpevent *event, in sctp_ulpevent_set_owner() function 238 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_assoc_change() 330 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_peer_addr_change() 413 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_remote_error() 522 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_send_failed() 585 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_shutdown_event() 619 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_adaptation_indication() 775 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_pdapi() 811 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_authkey() 842 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_sender_dry_event() [all …]
|