Lines Matching refs:maxudp
483 uint32_t maxudp;
509 * bigger than 'maxudp' bytes for testing purposes.
511 maxudp = atomic_load_relaxed(&sock->worker->netmgr->maxudp);
512 if (maxudp != 0 && (uint32_t)nrecv > maxudp) {
673 uint32_t maxudp;
682 maxudp = atomic_load(&worker->netmgr->maxudp);
687 * 'maxudp' bytes, for testing purposes.
693 if (maxudp != 0 && region->length > maxudp) {