Home
last modified time | relevance | path

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

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