Searched refs:worst (Results 1 – 1 of 1) sorted by relevance
48 struct sk_buff *skb, *worst = NULL; in qpolicy_prio_worst_skb() local51 if (worst == NULL || skb->priority < worst->priority) in qpolicy_prio_worst_skb()52 worst = skb; in qpolicy_prio_worst_skb()53 return worst; in qpolicy_prio_worst_skb()