Searched refs:num_pkts (Results 1 – 4 of 4) sorted by relevance
66 int ident, fragmented, tdt, num_pkts, pkt_len, ret; in xiph_handle_packet() local100 num_pkts = buf[3] & 0xf; in xiph_handle_packet()118 fragmented, tdt, num_pkts); in xiph_handle_packet()134 num_pkts--; in xiph_handle_packet()136 if (num_pkts > 0) { in xiph_handle_packet()150 data->split_pkts = num_pkts; in xiph_handle_packet()
464 ngtcp2_pktns *pktns, size_t num_pkts);
1628 ngtcp2_pktns *pktns, size_t num_pkts) { in ngtcp2_rtb_reclaim_on_pto() argument1632 size_t atmost = num_pkts; in ngtcp2_rtb_reclaim_on_pto()1635 for (; !ngtcp2_ksl_it_begin(&it) && num_pkts >= 1;) { in ngtcp2_rtb_reclaim_on_pto()1667 --num_pkts; in ngtcp2_rtb_reclaim_on_pto()1671 return (ngtcp2_ssize)(atmost - num_pkts); in ngtcp2_rtb_reclaim_on_pto()
89411 __u32 num_pkts; member