Searched refs:LISTENING (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | endpointola.c | 222 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_endpoint_add_asoc()
|
D | socket.c | 1070 (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()
|
D | sm_sideeffect.c | 862 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING) && in sctp_cmd_delete_tcb()
|
D | associola.c | 340 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_association_free()
|
D | sm_statefuns.c | 685 if (!sctp_sstate(sk, LISTENING) || in sctp_sf_do_5_1D_ce()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 660 #define LISTENING 6 macro
|
D | message.c | 5689 if (plci->State != LISTENING) { in sig_ind() 6054 if (plci->State == LISTENING) in sig_ind() 8906 plci->State = LISTENING; in listen_check()
|