Searched refs:RTP_PRIO_MIN (Results 1 – 3 of 3) sorted by relevance
62 #define RTP_PRIO_MIN 0 /* Highest priority */ macro
105 #define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN)
461 rtp.prio = p < RTP_PRIO_MIN ? RTP_PRIO_MIN : p; in setusercontext()