Home
last modified time | relevance | path

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

/net/atm/
Dmpoa_caches.h88 #define CLOSED 0 macro
Dmpoa_caches.c145 return CLOSED; in cache_hit()
165 return CLOSED; in cache_hit()
/net/sctp/
Dsm_sideeffect.c711 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
731 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
Dsocket.c1340 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1563 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg()
1757 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg()
5871 if (sctp_sstate(sk, CLOSED)) in sctp_seqpacket_listen()
5924 if (sctp_sstate(sk, CLOSED)) in sctp_stream_listen()
6057 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll()
6832 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) in sctp_sock_migrate()