TCP_MIN_RCVMSS    142 net/ipv4/tcp_input.c 		if (len >= TCP_MIN_RCVMSS + sizeof(struct tcphdr) ||
TCP_MIN_RCVMSS    413 net/ipv4/tcp_input.c 	hint = min(hint, TCP_MIN_RCVMSS);
TCP_MIN_RCVMSS    479 net/ipv4/tcp_minisocks.c 		if (skb->len >= TCP_MIN_RCVMSS+newtp->tcp_header_len)