Searched refs:CLOSED (Results 1 – 4 of 4) sorted by relevance
/net/atm/ |
D | mpoa_caches.h | 88 #define CLOSED 0 macro
|
D | mpoa_caches.c | 145 return CLOSED; in cache_hit() 165 return CLOSED; in cache_hit()
|
/net/sctp/ |
D | sm_sideeffect.c | 711 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state() 731 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
|
D | socket.c | 1340 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()
|