Lines Matching full:aggregation
22 /* Non-zero granularity of counter used to implement aggregation timeout */
62 * @aggr_time_limit: time before aggregation closes (microseconds)
63 * @aggr_hard_limit: whether aggregation closes before or after boundary
64 * @aggr_close_eof: whether aggregation closes on end-of-frame
75 * Aggregation is "open" while a buffer is being filled, and "closes" when
78 * A time limit can be specified to close aggregation. Aggregation will be
82 * Insufficient space available in the receive buffer can close aggregation.
83 * The aggregation byte limit defines the point (in units of 1024 bytes) in
84 * the buffer where aggregation closes. With a "soft" aggregation limit,
85 * aggregation closes when a packet written to the buffer *crosses* that
86 * aggregation limit. With a "hard" aggregation limit, aggregation will
103 * @aggregation: whether endpoint supports aggregation
114 bool aggregation; member