|
@@ -96,14 +96,6 @@ static inline struct smap_psock *smap_psock_sk(const struct sock *sk)
|
|
|
return rcu_dereference_sk_user_data(sk);
|
|
return rcu_dereference_sk_user_data(sk);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* compute the linear packet data range [data, data_end) for skb when
|
|
|
|
|
- * sk_skb type programs are in use.
|
|
|
|
|
- */
|
|
|
|
|
-static inline void bpf_compute_data_end_sk_skb(struct sk_buff *skb)
|
|
|
|
|
-{
|
|
|
|
|
- TCP_SKB_CB(skb)->bpf.data_end = skb->data + skb_headlen(skb);
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
enum __sk_action {
|
|
enum __sk_action {
|
|
|
__SK_DROP = 0,
|
|
__SK_DROP = 0,
|
|
|
__SK_PASS,
|
|
__SK_PASS,
|