Home
last modified time | relevance | path

Searched refs:sk_acceptq_is_full (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/net/atm/
H A Dsignaling.c107 if (sk_acceptq_is_full(sk)) { in sigd_send()
/OK3568_Linux_fs/kernel/net/ax25/
H A Dax25_in.c342 if (sk_acceptq_is_full(sk) || in ax25_rcv()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv4.c406 if (sk_acceptq_is_full(sk)) in dccp_v4_request_recv_sock()
602 if (sk_acceptq_is_full(sk)) in dccp_v4_conn_request()
H A Dipv6.c338 if (sk_acceptq_is_full(sk)) in dccp_v6_conn_request()
460 if (sk_acceptq_is_full(sk)) in dccp_v6_request_recv_sock()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_nsp_in.c326 if (sk_acceptq_is_full(sk)) { in dn_nsp_conn_init()
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dsock.c954 if (sk_acceptq_is_full(parent)) { in rfcomm_connect_ind()
/OK3568_Linux_fs/kernel/net/iucv/
H A Daf_iucv.c1641 if (sk_acceptq_is_full(sk)) { in iucv_callback_connreq()
1857 sk_acceptq_is_full(sk) || in afiucv_hs_callback_syn()
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvirtio_transport_common.c1056 if (sk_acceptq_is_full(sk)) { in virtio_transport_recv_listen()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1336 if (sk_acceptq_is_full(sk)) in chtls_pass_accept_request()
1552 if (sk_acceptq_is_full(lsk)) { in add_pass_open_to_parent()
/OK3568_Linux_fs/kernel/net/phonet/
H A Dpep.c679 if (sk->sk_state != TCP_LISTEN || sk_acceptq_is_full(sk)) { in pep_do_rcv()
/OK3568_Linux_fs/kernel/net/netrom/
H A Daf_netrom.c958 if (sk == NULL || sk_acceptq_is_full(sk) || in nr_rx_frame()
/OK3568_Linux_fs/kernel/net/rose/
H A Daf_rose.c1003 if (sk == NULL || sk_acceptq_is_full(sk) || in rose_rx_call_request()
/OK3568_Linux_fs/kernel/net/nfc/
H A Dllcp_core.c918 if (sk_acceptq_is_full(parent)) { in nfc_llcp_recv_connect()
/OK3568_Linux_fs/kernel/net/x25/
H A Daf_x25.c999 if (sk != NULL && sk_acceptq_is_full(sk)) { in x25_rx_call_request()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_sock.c1467 if (sk_acceptq_is_full(parent)) { in l2cap_sock_new_connection_cb()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h979 static inline bool sk_acceptq_is_full(const struct sock *sk) in sk_acceptq_is_full() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1290 if (sk_acceptq_is_full(sk)) in tcp_v6_syn_recv_sock()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c6801 if (sk_acceptq_is_full(sk)) { in tcp_get_syncookie_mss()
6842 if (sk_acceptq_is_full(sk)) { in tcp_conn_request()
H A Dtcp_ipv4.c1533 if (sk_acceptq_is_full(sk)) in tcp_v4_syn_recv_sock()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_statefuns.c732 (sctp_style(sk, TCP) && sk_acceptq_is_full(sk))) in sctp_sf_do_5_1D_ce()