Home
last modified time | relevance | path

Searched refs:unhash (Results 1 – 25 of 26) sorted by relevance

12

/linux/net/tls/
H A Dtls_toe.c91 if (dev->unhash) { in tls_toe_unhash()
94 dev->unhash(dev, sk); in tls_toe_unhash()
100 ctx->sk_proto->unhash(sk); in tls_toe_unhash()
H A Dtls_main.c1043 prot[TLS_HW_RECORD][TLS_HW_RECORD].unhash = tls_toe_unhash; in build_protos()
/linux/net/smc/
H A Dsmc_inet.c26 .unhash = smc_unhash_sk,
72 .unhash = smc_unhash_sk,
H A Daf_smc.c241 .unhash = smc_unhash_sk,
254 .unhash = smc_unhash_sk,
311 sk->sk_prot->unhash(sk); in __smc_release()
1760 new_sk->sk_prot->unhash(new_sk); in smc_clcsock_accept()
1832 new_sk->sk_prot->unhash(new_sk); in smc_accept_dequeue()
/linux/include/net/
H A Dtls_toe.h67 void (*unhash)(struct tls_toe_device *device, struct sock *sk); member
H A Dsock.h1340 void (*unhash)(struct sock *sk); member
1513 sk->sk_prot->unhash(sk); in __sk_prot_rehash()
/linux/net/phonet/
H A Ddatagram.c175 .unhash = pn_sock_unhash,
/linux/net/unix/
H A Dunix_bpf.c121 prot->unhash = sock_map_unhash; in unix_stream_bpf_rebuild_protos()
H A Daf_unix.c3231 if (prot->unhash) in unix_shutdown()
3232 prot->unhash(other); in unix_shutdown()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c201 tlsdev->unhash = chtls_destroy_hash; in chtls_register_dev()
/linux/net/mctp/
H A Daf_mctp.c796 .unhash = mctp_sk_unhash,
/linux/net/ipv4/
H A Dtcp_bpf.c724 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()
H A Daf_inet.c1651 (*sk)->sk_prot->unhash(*sk); in inet_ctl_sock_create()
H A Dudp.c2171 sk->sk_prot->unhash(sk); in __udp_disconnect()
3119 .unhash = udp_lib_unhash,
H A Dtcp_ipv4.c3357 .unhash = inet_unhash,
/linux/net/dccp/
H A Dipv4.c
H A Dproto.c
H A Dipv6.c
/linux/net/core/
H A Dskmsg.c776 psock->saved_unhash = prot->unhash; in sk_psock_init()
H A Dsock_map.c1638 saved_unhash = READ_ONCE(sk->sk_prot)->unhash; in sock_map_unhash()
/linux/net/mac80211/
H A Dsta_info.c415 bool unhash) in sta_remove_link() argument
426 if (unhash) in sta_remove_link()
/linux/net/ipv6/
H A Dtcp_ipv6.c2278 .unhash = inet_unhash,
/linux/net/sctp/
H A Dsocket.c9646 .unhash = sctp_unhash,
9701 .unhash = sctp_unhash,
/linux/net/mptcp/
H A Dprotocol.c4059 .unhash = mptcp_unhash,
/linux/drivers/md/
H A Draid5.c4060 unhash: in handle_stripe_clean_event()
4069 goto unhash; in handle_stripe_clean_event()

12