Lines Matching refs:sock
12 #include <net/sock.h>
17 struct sock;
19 void bpf_sk_storage_free(struct sock *sk);
28 struct sock;
31 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk);
36 struct sock *sk, struct sk_buff *skb,
40 static inline int bpf_sk_storage_clone(const struct sock *sk,
41 struct sock *newsk)
54 struct sock *sk, struct sk_buff *skb,