Home
last modified time | relevance | path

Searched refs:saved_unhash (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dsock_map.c1630 void (*saved_unhash)(struct sock *sk); in sock_map_unhash() local
1637 saved_unhash = READ_ONCE(sk->sk_prot)->unhash; in sock_map_unhash()
1639 saved_unhash = psock->saved_unhash; in sock_map_unhash()
1643 if (WARN_ON_ONCE(saved_unhash == sock_map_unhash)) in sock_map_unhash()
1645 if (saved_unhash) in sock_map_unhash()
1646 saved_unhash(sk); in sock_map_unhash()
H A Dskmsg.c734 psock->saved_unhash = prot->unhash; in sk_psock_init()
/linux/include/linux/
H A Dskmsg.h104 void (*saved_unhash)(struct sock *sk); member
/linux/net/ipv4/
H A Dtcp_bpf.c701 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()