Home
last modified time | relevance | path

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

/net/atm/
Dmpoa_caches.h91 #define CLOSED 0 macro
Dmpoa_caches.c156 return CLOSED; in cache_hit()
177 return CLOSED; in cache_hit()
/net/sctp/
Dsm_sideeffect.c880 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
907 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
Dsocket.c1515 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1761 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags()
1845 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc()
2112 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) { in sctp_recvmsg()
8599 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
8604 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
8676 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll()
9654 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
/net/netfilter/
Dnf_conntrack_standalone.c1029 XASSIGN(CLOSED, sn); in nf_conntrack_standalone_init_sctp_sysctl()
/net/ceph/
Dmessenger.c1432 CASE(CLOSED); in con_sock_closed()