Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dsignaling.c107 if (sk_acceptq_is_full(sk)) { in sigd_send()
/openbmc/linux/net/ax25/
H A Dax25_in.c342 if (sk_acceptq_is_full(sk) || in ax25_rcv()
/openbmc/linux/net/dccp/
H A 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()
H A Dipv6.c349 if (sk_acceptq_is_full(sk)) in dccp_v6_conn_request()
474 if (sk_acceptq_is_full(sk)) in dccp_v6_request_recv_sock()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c951 if (sk_acceptq_is_full(parent)) { in rfcomm_connect_ind()
/openbmc/linux/net/iucv/
H A Daf_iucv.c1630 if (sk_acceptq_is_full(sk)) { in iucv_callback_connreq()
1862 sk_acceptq_is_full(sk) || in afiucv_hs_callback_syn()
/openbmc/linux/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()
/openbmc/linux/net/phonet/
H A Dpep.c679 if (sk->sk_state != TCP_LISTEN || sk_acceptq_is_full(sk)) { in pep_do_rcv()
/openbmc/linux/net/netrom/
H A Daf_netrom.c968 if (sk == NULL || sk_acceptq_is_full(sk) || in nr_rx_frame()
/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c1325 if (sk_acceptq_is_full(sk)) { in virtio_transport_recv_listen()
/openbmc/linux/net/x25/
H A Daf_x25.c1000 if (sk != NULL && sk_acceptq_is_full(sk)) { in x25_rx_call_request()
/openbmc/linux/net/nfc/
H A Dllcp_core.c946 if (sk_acceptq_is_full(parent)) { in nfc_llcp_recv_connect()
/openbmc/linux/net/rose/
H A Daf_rose.c1052 if (sk == NULL || sk_acceptq_is_full(sk) || in rose_rx_call_request()
/openbmc/linux/net/bluetooth/
H A Dl2cap_sock.c1461 if (sk_acceptq_is_full(parent)) { in l2cap_sock_new_connection_cb()
/openbmc/linux/include/net/
H A Dsock.h1035 static inline bool sk_acceptq_is_full(const struct sock *sk) in sk_acceptq_is_full() function
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1264 if (sk_acceptq_is_full(sk)) in tcp_v6_syn_recv_sock()
/openbmc/linux/net/ipv4/
H A Dtcp_input.c7058 if (sk_acceptq_is_full(sk)) { in tcp_get_syncookie_mss()
7099 if (sk_acceptq_is_full(sk)) { in tcp_conn_request()
H A Dtcp_ipv4.c1580 if (sk_acceptq_is_full(sk)) in tcp_v4_syn_recv_sock()
/openbmc/linux/net/smc/
H A Daf_smc.c133 if (sk_acceptq_is_full(&smc->sk)) { in smc_tcp_syn_recv_sock()
/openbmc/linux/net/sctp/
H A Dsm_statefuns.c740 (sctp_style(sk, TCP) && sk_acceptq_is_full(sk))) in sctp_sf_do_5_1D_ce()