Home
last modified time | relevance | path

Searched refs:bpf_sk_storage_clone (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/
Dbpf_sk_storage.h14 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk);
16 static inline int bpf_sk_storage_clone(const struct sock *sk, in bpf_sk_storage_clone() function
/Linux-v5.4/net/core/
Dbpf_sk_storage.c772 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk) in bpf_sk_storage_clone() function
Dsock.c1862 if (bpf_sk_storage_clone(sk, newsk)) { in sk_clone_lock()