sk_acceptq_is_full  128 net/atm/signaling.c 			if (sk_acceptq_is_full(sk)) {
sk_acceptq_is_full  355 net/ax25/ax25_in.c 		if (sk_acceptq_is_full(sk) ||
sk_acceptq_is_full 1595 net/bluetooth/l2cap.c 	if (sk_acceptq_is_full(parent)) {
sk_acceptq_is_full  873 net/bluetooth/rfcomm/sock.c 	if (sk_acceptq_is_full(parent)) {
sk_acceptq_is_full  382 net/dccp/ipv4.c 	if (sk_acceptq_is_full(sk))
sk_acceptq_is_full  591 net/dccp/ipv4.c 	if (sk_acceptq_is_full(sk) && inet_csk_reqsk_queue_young(sk) > 1)
sk_acceptq_is_full  422 net/dccp/ipv6.c 	if (sk_acceptq_is_full(sk) && inet_csk_reqsk_queue_young(sk) > 1)
sk_acceptq_is_full  541 net/dccp/ipv6.c 	if (sk_acceptq_is_full(sk))
sk_acceptq_is_full  325 net/decnet/dn_nsp_in.c 	if (sk_acceptq_is_full(sk)) {
sk_acceptq_is_full 1213 net/ipv4/tcp_ipv4.c 	if (sk_acceptq_is_full(sk) && inet_csk_reqsk_queue_young(sk) > 1)
sk_acceptq_is_full 1342 net/ipv4/tcp_ipv4.c 	if (sk_acceptq_is_full(sk))
sk_acceptq_is_full 1154 net/ipv6/tcp_ipv6.c 	if (sk_acceptq_is_full(sk) && inet_csk_reqsk_queue_young(sk) > 1)
sk_acceptq_is_full 1293 net/ipv6/tcp_ipv6.c 	if (sk_acceptq_is_full(sk))
sk_acceptq_is_full 1016 net/iucv/af_iucv.c 	if (sk_acceptq_is_full(sk)) {
sk_acceptq_is_full  959 net/netrom/af_netrom.c 	if (sk == NULL || sk_acceptq_is_full(sk) ||
sk_acceptq_is_full  462 net/phonet/pep.c 	if (unlikely(sk->sk_state != TCP_LISTEN) || sk_acceptq_is_full(sk)) {
sk_acceptq_is_full 1009 net/rose/af_rose.c 	if (sk == NULL || sk_acceptq_is_full(sk) ||
sk_acceptq_is_full  264 net/rxrpc/ar-accept.c 	if (sk_acceptq_is_full(&rx->sk))
sk_acceptq_is_full  659 net/sctp/sm_statefuns.c 	    (sctp_style(sk, TCP) && sk_acceptq_is_full(sk)))
sk_acceptq_is_full  879 net/x25/af_x25.c 	if (sk != NULL && sk_acceptq_is_full(sk)) {