Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dsm_sideeffect.c858 asoc->shutdown_last_sent_to); in sctp_cmd_setup_t2()
861 asoc->shutdown_last_sent_to = t; in sctp_cmd_setup_t2()
H A Dassociola.c536 if (asoc->shutdown_last_sent_to == peer) in sctp_assoc_rm_peer()
537 asoc->shutdown_last_sent_to = NULL; in sctp_assoc_rm_peer()
H A Dsm_statefuns.c6071 if (asoc->shutdown_last_sent_to) in sctp_sf_t2_timer_expire()
6073 SCTP_TRANSPORT(asoc->shutdown_last_sent_to)); in sctp_sf_t2_timer_expire()
/openbmc/linux/include/net/sctp/
H A Dstructs.h1848 struct sctp_transport *shutdown_last_sent_to; member