Home
last modified time | relevance | path

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

/linux-6.12.1/net/core/
Dsock_map.c1624 void (*saved_unhash)(struct sock *sk); in sock_map_unhash() local
1631 saved_unhash = READ_ONCE(sk->sk_prot)->unhash; in sock_map_unhash()
1633 saved_unhash = psock->saved_unhash; in sock_map_unhash()
1637 if (WARN_ON_ONCE(saved_unhash == sock_map_unhash)) in sock_map_unhash()
1639 if (saved_unhash) in sock_map_unhash()
1640 saved_unhash(sk); in sock_map_unhash()
Dskmsg.c728 psock->saved_unhash = prot->unhash; in sk_psock_init()
/linux-6.12.1/include/linux/
Dskmsg.h102 void (*saved_unhash)(struct sock *sk); member
/linux-6.12.1/net/ipv4/
Dtcp_bpf.c666 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()