Home
last modified time | relevance | path

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

/Linux-v5.15/net/sctp/
Dassociola.c538 if (asoc->shutdown_last_sent_to == peer) in sctp_assoc_rm_peer()
539 asoc->shutdown_last_sent_to = NULL; in sctp_assoc_rm_peer()
Dsm_sideeffect.c854 asoc->shutdown_last_sent_to); in sctp_cmd_setup_t2()
857 asoc->shutdown_last_sent_to = t; in sctp_cmd_setup_t2()
Dsm_statefuns.c6060 if (asoc->shutdown_last_sent_to) in sctp_sf_t2_timer_expire()
6062 SCTP_TRANSPORT(asoc->shutdown_last_sent_to)); in sctp_sf_t2_timer_expire()
/Linux-v5.15/include/net/sctp/
Dstructs.h1849 struct sctp_transport *shutdown_last_sent_to; member