Home
last modified time | relevance | path

Searched refs:LISTENING (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/sctp/
Dendpointola.c222 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_endpoint_add_asoc()
Dsocket.c1070 (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))) { in __sctp_connect()
1619 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) { in sctp_sendmsg()
3911 if (!sctp_sstate(sk, LISTENING)) { in sctp_accept()
3955 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_ioctl()
6399 if (sctp_sstate(sk, LISTENING)) in sctp_inet_listen()
6437 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_poll()
6714 if (list_empty(&sctp_sk(sk)->ep->asocs) && !sctp_sstate(sk, LISTENING)) in sctp_wait_for_packet()
7114 if (!sctp_sstate(sk, LISTENING)) in sctp_wait_for_accept()
Dsm_sideeffect.c862 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING) && in sctp_cmd_delete_tcb()
Dassociola.c340 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_association_free()
Dsm_statefuns.c685 if (!sctp_sstate(sk, LISTENING) || in sctp_sf_do_5_1D_ce()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivacapi.h660 #define LISTENING 6 macro
Dmessage.c5689 if (plci->State != LISTENING) { in sig_ind()
6054 if (plci->State == LISTENING) in sig_ind()
8906 plci->State = LISTENING; in listen_check()