Home
last modified time | relevance | path

Searched refs:NSTAT_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dntstat.h132 #define NSTAT_MAX_MSG_SIZE 4096 macro
H A Dntstat.c5733 if (mbuf_allocpacket(MBUF_DONTWAIT, NSTAT_MAX_MSG_SIZE, &one, &client->ntc_accumulated) != 0) { in nstat_accumulate_msg()
6545 if (size > (NSTAT_MAX_MSG_SIZE >> 1)) { in nstat_client_append_update()
6668 if (size > (NSTAT_MAX_MSG_SIZE >> 1)) { in nstat_client_append_details()