Searched refs:LISTENING (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | endpointola.c | 224 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_endpoint_add_asoc()
|
D | socket.c | 1115 (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))) { in __sctp_connect() 1635 if (sctp_sstate(sk, LISTENING) && sctp_style(sk, TCP)) in sctp_sendmsg_parse() 4602 if (!sctp_sstate(sk, LISTENING)) { in sctp_accept() 4646 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_ioctl() 7907 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED)) in sctp_inet_listen() 7924 if (sctp_sstate(sk, LISTENING)) in sctp_inet_listen() 7964 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_poll() 8291 if (list_empty(&sctp_sk(sk)->ep->asocs) && !sctp_sstate(sk, LISTENING)) in sctp_wait_for_packet() 8718 if (!sctp_sstate(sk, LISTENING)) in sctp_wait_for_accept()
|
D | associola.c | 349 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_association_free()
|
D | sm_sideeffect.c | 935 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING) && in sctp_cmd_delete_tcb()
|
D | sm_statefuns.c | 726 if (!sctp_sstate(sk, LISTENING) || in sctp_sf_do_5_1D_ce()
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 650 #define LISTENING 6 macro
|
D | message.c | 5565 if (plci->State != LISTENING) { in sig_ind() 5924 if (plci->State == LISTENING) in sig_ind() 8768 plci->State = LISTENING; in listen_check()
|