HomeSort by relevance Sort by last modified time
    Searched refs:ecn_mark (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 574 __u32 ecn_mark; member in struct:tc_codel_xstats
599 __u32 ecn_mark; member in struct:tc_fq_codel_qd_stats
690 __u32 ecn_mark; member in struct:tc_pie_xstats
  /external/iproute2/include/uapi/linux/
pkt_sched.h 714 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member in struct:tc_codel_xstats
747 __u32 ecn_mark; /* number of packets we ECN marked member in struct:tc_fq_codel_qd_stats
873 __u32 ecn_mark; /* packets marked with ecn*/ member in struct:tc_pie_xstats
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 757 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member in struct:tc_codel_xstats
790 __u32 ecn_mark; /* number of packets we ECN marked member in struct:tc_fq_codel_qd_stats
916 __u32 ecn_mark; /* packets marked with ecn*/ member in struct:tc_pie_xstats
  /external/iproute2/tc/
q_codel.c 199 fprintf(f, "\n maxpacket %u ecn_mark %u drop_overlimit %u",
200 st->maxpacket, st->ecn_mark, st->drop_overlimit);
q_fq_codel.c 236 fprintf(f, " maxpacket %u drop_overlimit %u new_flow_count %u ecn_mark %u",
240 st->qdisc_stats.ecn_mark);
q_pie.c 205 fprintf(f, "pkts_in %u overlimit %u dropped %u maxq %u ecn_mark %u\n",
207 st->ecn_mark);

Completed in 76 milliseconds