| quic_txp.c | 405 size_t cmpl, cmppl, hwm, pkt_overhead; member in struct:txp_pkt_geom 1376 /* CMPPL: Maximum amount we can put into the current packet payload */ 1377 if (!txp_determine_ppl_from_pl(txp, cmpl, enc_level, hdr_len, &geom->cmppl)) 1381 geom->pkt_overhead = cmpl - geom->cmppl; 1716 pkt->geom.cmppl,
|