Lines Matching refs:sk_buff
18 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) in qpolicy_simple_push()
29 static struct sk_buff *qpolicy_simple_top(struct sock *sk) in qpolicy_simple_top()
39 static struct sk_buff *qpolicy_prio_best_skb(struct sock *sk) in qpolicy_prio_best_skb()
41 struct sk_buff *skb, *best = NULL; in qpolicy_prio_best_skb()
49 static struct sk_buff *qpolicy_prio_worst_skb(struct sock *sk) in qpolicy_prio_worst_skb()
51 struct sk_buff *skb, *worst = NULL; in qpolicy_prio_worst_skb()
73 void (*push) (struct sock *sk, struct sk_buff *skb);
75 struct sk_buff* (*top) (struct sock *sk);
96 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_push()
106 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_drop()
114 struct sk_buff *dccp_qpolicy_top(struct sock *sk) in dccp_qpolicy_top()
119 struct sk_buff *dccp_qpolicy_pop(struct sock *sk) in dccp_qpolicy_pop()
121 struct sk_buff *skb = dccp_qpolicy_top(sk); in dccp_qpolicy_pop()