Home
last modified time | relevance | path

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

/linux-6.1.9/net/atm/
Dsignaling.c107 if (sk_acceptq_is_full(sk)) { in sigd_send()
/linux-6.1.9/net/ax25/
Dax25_in.c342 if (sk_acceptq_is_full(sk) || in ax25_rcv()
/linux-6.1.9/net/dccp/
Dipv4.c418 if (sk_acceptq_is_full(sk)) in dccp_v4_request_recv_sock()
617 if (sk_acceptq_is_full(sk)) in dccp_v4_conn_request()
Dipv6.c348 if (sk_acceptq_is_full(sk)) in dccp_v6_conn_request()
470 if (sk_acceptq_is_full(sk)) in dccp_v6_request_recv_sock()
/linux-6.1.9/net/bluetooth/rfcomm/
Dsock.c962 if (sk_acceptq_is_full(parent)) { in rfcomm_connect_ind()
/linux-6.1.9/net/iucv/
Daf_iucv.c1622 if (sk_acceptq_is_full(sk)) { in iucv_callback_connreq()
1854 sk_acceptq_is_full(sk) || in afiucv_hs_callback_syn()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
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()
/linux-6.1.9/net/netrom/
Daf_netrom.c958 if (sk == NULL || sk_acceptq_is_full(sk) || in nr_rx_frame()
/linux-6.1.9/net/phonet/
Dpep.c679 if (sk->sk_state != TCP_LISTEN || sk_acceptq_is_full(sk)) { in pep_do_rcv()
/linux-6.1.9/net/vmw_vsock/
Dvirtio_transport_common.c1183 if (sk_acceptq_is_full(sk)) { in virtio_transport_recv_listen()
/linux-6.1.9/net/nfc/
Dllcp_core.c911 if (sk_acceptq_is_full(parent)) { in nfc_llcp_recv_connect()
/linux-6.1.9/net/rose/
Daf_rose.c1007 if (sk == NULL || sk_acceptq_is_full(sk) || in rose_rx_call_request()
/linux-6.1.9/net/x25/
Daf_x25.c994 if (sk != NULL && sk_acceptq_is_full(sk)) { in x25_rx_call_request()
/linux-6.1.9/net/bluetooth/
Dl2cap_sock.c1468 if (sk_acceptq_is_full(parent)) { in l2cap_sock_new_connection_cb()
/linux-6.1.9/net/ipv6/
Dtcp_ipv6.c1272 if (sk_acceptq_is_full(sk)) in tcp_v6_syn_recv_sock()
/linux-6.1.9/include/net/
Dsock.h1027 static inline bool sk_acceptq_is_full(const struct sock *sk) in sk_acceptq_is_full() function
/linux-6.1.9/net/ipv4/
Dtcp_input.c6889 if (sk_acceptq_is_full(sk)) { in tcp_get_syncookie_mss()
6930 if (sk_acceptq_is_full(sk)) { in tcp_conn_request()
Dtcp_ipv4.c1510 if (sk_acceptq_is_full(sk)) in tcp_v4_syn_recv_sock()
/linux-6.1.9/net/smc/
Daf_smc.c132 if (sk_acceptq_is_full(&smc->sk)) { in smc_tcp_syn_recv_sock()
/linux-6.1.9/net/sctp/
Dsm_statefuns.c740 (sctp_style(sk, TCP) && sk_acceptq_is_full(sk))) in sctp_sf_do_5_1D_ce()