Searched refs:FLOW_DIVERT_CHUNK_SIZE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert_proto.h69 #define FLOW_DIVERT_CHUNK_SIZE 4096 macro
H A Dflow_divert.c96 #define FD_CTL_SENDBUFF_SIZE (2 * FLOW_DIVERT_CHUNK_SIZE)
1181 if (data_len > FLOW_DIVERT_CHUNK_SIZE) {
1182 data_len = FLOW_DIVERT_CHUNK_SIZE;
1234 if ((to_send - sent) > FLOW_DIVERT_CHUNK_SIZE) {
1235 pkt_data_len = FLOW_DIVERT_CHUNK_SIZE;

Completed in 27 milliseconds