Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/pktsched/
H A Dpktsched.h198 extern int pktsched_mark_ecn(pktsched_pkt_t *pkt);
H A Dpktsched.c747 pktsched_mark_ecn(pktsched_pkt_t *pkt) in pktsched_mark_ecn() function
/xnu-8792.81.2/bsd/net/classq/
H A Dclassq_fq_codel.c696 if (pktsched_mark_ecn(pkt) == 0) { in fq_getq_flow()