Searched refs:maxpacket (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/tc/
H A Dq_codel.c198 fprintf(f, "\n maxpacket %u ecn_mark %u drop_overlimit %u",
199 st->maxpacket, st->ecn_mark, st->drop_overlimit);
H A Dq_fq_codel.c217 fprintf(f, " maxpacket %u drop_overlimit %u new_flow_count %u ecn_mark %u",
218 st->qdisc_stats.maxpacket,
/external/iproute2/include/linux/
H A Dpkt_sched.h694 __u32 maxpacket; /* largest packet we've seen so far */ member in struct:tc_codel_xstats
729 __u32 maxpacket; /* largest packet we've seen so far */ member in struct:tc_fq_codel_qd_stats
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h697 __u32 maxpacket; /* largest packet we've seen so far */ member in struct:tc_codel_xstats
734 __u32 maxpacket; /* largest packet we've seen so far */ member in struct:tc_fq_codel_qd_stats
/external/iputils/
H A Dping_common.h128 extern int maxpacket;
H A Dping_common.c237 for (kk = 0; kk <= maxpacket - (8 + ii); kk += ii)
358 if (datalen > maxpacket - 8) {
H A Dping.c94 int maxpacket = sizeof(outpack); variable
H A Dping6.c153 int maxpacket = sizeof(outpack); variable

Completed in 384 milliseconds