Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
Dsmc_close.c138 sk->sk_state = SMC_PEERABORTWAIT; in smc_close_active_abort()
140 if (sk->sk_state != SMC_PEERABORTWAIT) in smc_close_active_abort()
148 sk->sk_state = SMC_PEERABORTWAIT; in smc_close_active_abort()
150 if (sk->sk_state != SMC_PEERABORTWAIT) in smc_close_active_abort()
159 sk->sk_state = SMC_PEERABORTWAIT; in smc_close_active_abort()
161 if (sk->sk_state != SMC_PEERABORTWAIT) in smc_close_active_abort()
168 case SMC_PEERABORTWAIT: in smc_close_active_abort()
292 case SMC_PEERABORTWAIT: in smc_close_active()
336 case SMC_PEERABORTWAIT: in smc_close_passive_abort_received()
414 case SMC_PEERABORTWAIT: in smc_close_passive_work()
[all …]
Dsmc.h55 SMC_PEERABORTWAIT = 26, enumerator
Dsmc_core.c574 smc->sk.sk_state == SMC_PEERABORTWAIT || in smc_switch_conns()