Lines Matching refs:sk_buff
15 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) in qpolicy_simple_push()
26 static struct sk_buff *qpolicy_simple_top(struct sock *sk) in qpolicy_simple_top()
36 static struct sk_buff *qpolicy_prio_best_skb(struct sock *sk) in qpolicy_prio_best_skb()
38 struct sk_buff *skb, *best = NULL; in qpolicy_prio_best_skb()
46 static struct sk_buff *qpolicy_prio_worst_skb(struct sock *sk) in qpolicy_prio_worst_skb()
48 struct sk_buff *skb, *worst = NULL; in qpolicy_prio_worst_skb()
71 void (*push) (struct sock *sk, struct sk_buff *skb);
73 struct sk_buff* (*top) (struct sock *sk);
95 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_push()
105 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_drop()
113 struct sk_buff *dccp_qpolicy_top(struct sock *sk) in dccp_qpolicy_top()
118 struct sk_buff *dccp_qpolicy_pop(struct sock *sk) in dccp_qpolicy_pop()
120 struct sk_buff *skb = dccp_qpolicy_top(sk); in dccp_qpolicy_pop()