Searched refs:sctp_ulpevent_set_owner (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/net/sctp/ |
D | ulpevent.c | 76 static inline void sctp_ulpevent_set_owner(struct sctp_ulpevent *event, in sctp_ulpevent_set_owner() function 224 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_assoc_change() 315 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_peer_addr_change() 417 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_remote_error() 525 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_send_failed() 566 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_send_failed_event() 626 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_shutdown_event() 659 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_adaptation_indication() 817 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_pdapi() 852 sctp_ulpevent_set_owner(event, asoc); in sctp_ulpevent_make_authkey() [all …]
|