Home
last modified time | relevance | path

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

/linux-6.6.21/net/atm/
Dsignaling.c107 if (sk_acceptq_is_full(sk)) { in sigd_send()
/linux-6.6.21/net/ax25/
Dax25_in.c342 if (sk_acceptq_is_full(sk) || in ax25_rcv()
/linux-6.6.21/net/dccp/
Dipv4.c418 if (sk_acceptq_is_full(sk)) in dccp_v4_request_recv_sock()
618 if (sk_acceptq_is_full(sk)) in dccp_v4_conn_request()
Dipv6.c349 if (sk_acceptq_is_full(sk)) in dccp_v6_conn_request()
471 if (sk_acceptq_is_full(sk)) in dccp_v6_request_recv_sock()
/linux-6.6.21/net/bluetooth/rfcomm/
Dsock.c955 if (sk_acceptq_is_full(parent)) { in rfcomm_connect_ind()
/linux-6.6.21/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.6.21/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.6.21/net/vmw_vsock/
Dvirtio_transport_common.c1311 if (sk_acceptq_is_full(sk)) { in virtio_transport_recv_listen()
/linux-6.6.21/net/phonet/
Dpep.c679 if (sk->sk_state != TCP_LISTEN || sk_acceptq_is_full(sk)) { in pep_do_rcv()
/linux-6.6.21/net/netrom/
Daf_netrom.c968 if (sk == NULL || sk_acceptq_is_full(sk) || in nr_rx_frame()
/linux-6.6.21/net/rose/
Daf_rose.c1044 if (sk == NULL || sk_acceptq_is_full(sk) || in rose_rx_call_request()
/linux-6.6.21/net/x25/
Daf_x25.c1000 if (sk != NULL && sk_acceptq_is_full(sk)) { in x25_rx_call_request()
/linux-6.6.21/net/nfc/
Dllcp_core.c946 if (sk_acceptq_is_full(parent)) { in nfc_llcp_recv_connect()
/linux-6.6.21/net/bluetooth/
Dl2cap_sock.c1451 if (sk_acceptq_is_full(parent)) { in l2cap_sock_new_connection_cb()
/linux-6.6.21/include/net/
Dsock.h1033 static inline bool sk_acceptq_is_full(const struct sock *sk) in sk_acceptq_is_full() function
/linux-6.6.21/net/ipv6/
Dtcp_ipv6.c1270 if (sk_acceptq_is_full(sk)) in tcp_v6_syn_recv_sock()
/linux-6.6.21/net/ipv4/
Dtcp_input.c6951 if (sk_acceptq_is_full(sk)) { in tcp_get_syncookie_mss()
6992 if (sk_acceptq_is_full(sk)) { in tcp_conn_request()
Dtcp_ipv4.c1574 if (sk_acceptq_is_full(sk)) in tcp_v4_syn_recv_sock()
/linux-6.6.21/net/smc/
Daf_smc.c133 if (sk_acceptq_is_full(&smc->sk)) { in smc_tcp_syn_recv_sock()
/linux-6.6.21/net/sctp/
Dsm_statefuns.c740 (sctp_style(sk, TCP) && sk_acceptq_is_full(sk))) in sctp_sf_do_5_1D_ce()