Home
last modified time | relevance | path

Searched refs:sk_rcu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/core/
H A Dsock.c2185 struct sock *sk = container_of(head, struct sock, sk_rcu); in __sk_destruct()
2235 call_rcu(&sk->sk_rcu, __sk_destruct); in sk_destruct()
2237 __sk_destruct(&sk->sk_rcu); in sk_destruct()
/openbmc/linux/include/net/
H A Dsock.h545 struct rcu_head sk_rcu; member