Lines Matching defs:skb
121 struct sk_buff *skb = q->tab[idx]; in choke_drop_by_idx() local
142 static inline struct choke_skb_cb *choke_skb_cb(const struct sk_buff *skb) in choke_skb_cb()
148 static inline void choke_set_classid(struct sk_buff *skb, u16 classid) in choke_set_classid()
153 static u16 choke_get_classid(const struct sk_buff *skb) in choke_get_classid()
194 static bool choke_classify(struct sk_buff *skb, in choke_classify()
231 struct sk_buff *skb; in choke_peek_random() local
264 static int choke_enqueue(struct sk_buff *skb, struct Qdisc *sch) in choke_enqueue()
350 struct sk_buff *skb; in choke_dequeue() local
389 struct sk_buff *skb = q->tab[q->head]; in choke_reset() local
462 struct sk_buff *skb = q->tab[q->head]; in choke_change() local
508 static int choke_dump(struct Qdisc *sch, struct sk_buff *skb) in choke_dump()