Lines Matching refs:sk_buff

76 	struct sk_buff **tab;
121 struct sk_buff *skb = q->tab[idx]; in choke_drop_by_idx()
148 static inline struct choke_skb_cb *choke_skb_cb(const struct sk_buff *skb) in choke_skb_cb()
154 static inline void choke_set_classid(struct sk_buff *skb, u16 classid) in choke_set_classid()
159 static u16 choke_get_classid(const struct sk_buff *skb) in choke_get_classid()
169 static bool choke_match_flow(struct sk_buff *skb1, in choke_match_flow()
170 struct sk_buff *skb2) in choke_match_flow()
200 static bool choke_classify(struct sk_buff *skb, in choke_classify()
234 static struct sk_buff *choke_peek_random(const struct choke_sched_data *q, in choke_peek_random()
237 struct sk_buff *skb; in choke_peek_random()
255 struct sk_buff *nskb, in choke_match_random()
258 struct sk_buff *oskb; in choke_match_random()
270 static int choke_enqueue(struct sk_buff *skb, struct Qdisc *sch) in choke_enqueue()
353 static struct sk_buff *choke_dequeue(struct Qdisc *sch) in choke_dequeue()
356 struct sk_buff *skb; in choke_dequeue()
415 struct sk_buff **old = NULL; in choke_change()
439 struct sk_buff **ntab; in choke_change()
441 ntab = kcalloc(mask + 1, sizeof(struct sk_buff *), in choke_change()
444 ntab = vzalloc((mask + 1) * sizeof(struct sk_buff *)); in choke_change()
454 struct sk_buff *skb = q->tab[q->head]; in choke_change()
499 static int choke_dump(struct Qdisc *sch, struct sk_buff *skb) in choke_dump()
580 struct sk_buff *skb, struct tcmsg *tcm) in choke_dump_class()
608 static struct sk_buff *choke_peek_head(struct Qdisc *sch) in choke_peek_head()