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

/linux-master/net/atm/
H A Dsignaling.c107 if (sk_acceptq_is_full(sk)) {
/linux-master/net/ax25/
H A Dax25_in.c342 if (sk_acceptq_is_full(sk) ||
/linux-master/net/dccp/
H A Dipv4.c418 if (sk_acceptq_is_full(sk))
618 if (sk_acceptq_is_full(sk))
H A Dipv6.c349 if (sk_acceptq_is_full(sk))
471 if (sk_acceptq_is_full(sk))
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c951 if (sk_acceptq_is_full(parent)) {
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1336 if (sk_acceptq_is_full(sk))
1552 if (sk_acceptq_is_full(lsk)) {
/linux-master/net/iucv/
H A Daf_iucv.c1620 if (sk_acceptq_is_full(sk)) {
1852 sk_acceptq_is_full(sk) ||
/linux-master/net/nfc/
H A Dllcp_core.c946 if (sk_acceptq_is_full(parent)) {
/linux-master/net/vmw_vsock/
H A Dvirtio_transport_common.c1475 if (sk_acceptq_is_full(sk)) {
/linux-master/net/phonet/
H A Dpep.c679 if (sk->sk_state != TCP_LISTEN || sk_acceptq_is_full(sk)) {
/linux-master/net/netrom/
H A Daf_netrom.c968 if (sk == NULL || sk_acceptq_is_full(sk) ||
/linux-master/net/rose/
H A Daf_rose.c1044 if (sk == NULL || sk_acceptq_is_full(sk) ||
/linux-master/net/x25/
H A Daf_x25.c1000 if (sk != NULL && sk_acceptq_is_full(sk)) {
/linux-master/net/bluetooth/
H A Dl2cap_sock.c1425 if (sk_acceptq_is_full(parent)) {
/linux-master/net/ipv6/
H A Dtcp_ipv6.c1423 if (sk_acceptq_is_full(sk))
/linux-master/include/net/
H A Dsock.h1018 static inline bool sk_acceptq_is_full(const struct sock *sk) function
/linux-master/net/ipv4/
H A Dtcp_input.c7087 if (sk_acceptq_is_full(sk)) {
7132 if (sk_acceptq_is_full(sk)) {
H A Dtcp_ipv4.c1754 if (sk_acceptq_is_full(sk))
/linux-master/net/sctp/
H A Dsm_statefuns.c740 (sctp_style(sk, TCP) && sk_acceptq_is_full(sk)))
/linux-master/net/smc/
H A Daf_smc.c133 if (sk_acceptq_is_full(&smc->sk)) {

Completed in 457 milliseconds