Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskmsg.h106 void (*saved_unhash)(struct sock *sk); member
/linux/net/ipv4/
H A Dtcp_bpf.c724 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()
/linux/net/core/
H A Dskmsg.c776 psock->saved_unhash = prot->unhash; in sk_psock_init()