Home
last modified time | relevance | path

Searched refs:pktsched_mark_ecn (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/net/pktsched/
H A Dpktsched.h209 extern int pktsched_mark_ecn(pktsched_pkt_t *pkt);
H A Dpktsched.c824 pktsched_mark_ecn(pktsched_pkt_t *pkt) in pktsched_mark_ecn() function
/xnu-11417.121.6/bsd/net/classq/
H A Dclassq_fq_codel.c830 } else if (pktsched_mark_ecn(pkt) == 0) { in fq_getq_flow()