Home
last modified time | relevance | path

Searched refs:SMC_PEERABORTWAIT (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/smc/
Dsmc_close.c141 sk->sk_state = SMC_PEERABORTWAIT; in smc_close_active_abort()
143 if (sk->sk_state != SMC_PEERABORTWAIT) in smc_close_active_abort()
151 sk->sk_state = SMC_PEERABORTWAIT; in smc_close_active_abort()
153 if (sk->sk_state != SMC_PEERABORTWAIT) in smc_close_active_abort()
162 sk->sk_state = SMC_PEERABORTWAIT; in smc_close_active_abort()
164 if (sk->sk_state != SMC_PEERABORTWAIT) in smc_close_active_abort()
171 case SMC_PEERABORTWAIT: in smc_close_active_abort()
298 case SMC_PEERABORTWAIT: in smc_close_active()
342 case SMC_PEERABORTWAIT: in smc_close_passive_abort_received()
420 case SMC_PEERABORTWAIT: in smc_close_passive_work()
[all …]
Dsmc.h54 SMC_PEERABORTWAIT = 26, enumerator
Dsmc_core.c1057 smc->sk.sk_state == SMC_PEERABORTWAIT || in smc_switch_conns()