Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dbpf_sk_storage.h32 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk);
41 static inline int bpf_sk_storage_clone(const struct sock *sk, in bpf_sk_storage_clone() function
/linux-6.15/net/core/
H A Dbpf_sk_storage.c155 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk) in bpf_sk_storage_clone() function
H A Dsock.c2503 if (bpf_sk_storage_clone(sk, newsk)) { in sk_clone_lock()