Lines Matching defs:sk
15 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) in qpolicy_simple_push()
20 static bool qpolicy_simple_full(struct sock *sk) in qpolicy_simple_full()
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()
46 static struct sk_buff *qpolicy_prio_worst_skb(struct sock *sk) in qpolicy_prio_worst_skb()
56 static bool qpolicy_prio_full(struct sock *sk) in qpolicy_prio_full()
95 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_push()
100 bool dccp_qpolicy_full(struct sock *sk) in dccp_qpolicy_full()
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()
130 bool dccp_qpolicy_param_ok(struct sock *sk, __be32 param) in dccp_qpolicy_param_ok()