Home
last modified time | relevance | path

Searched refs:unhash (Results 1 – 25 of 38) 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.c930 prot[TLS_HW_RECORD][TLS_HW_RECORD].unhash = tls_toe_unhash; in build_protos()
/linux/include/net/
H A Dtls_toe.h67 void (*unhash)(struct tls_toe_device *device, struct sock *sk); member
H A Dsock.h1249 void (*unhash)(struct sock *sk); member
1437 sk->sk_prot->unhash(sk); in __sk_prot_rehash()
/linux/net/ipv4/
H A Dudplite.c59 .unhash = udp_lib_unhash,
H A Dtcp_bpf.c665 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()
H A Draw.c946 .unhash = raw_unhash_sk,
H A Dping.c1016 .unhash = ping_unhash,
/linux/net/ipv6/
H A Dudplite.c58 .unhash = udp_lib_unhash,
H A Dping.c214 .unhash = ping_unhash,
H A Draw.c1217 .unhash = raw_unhash_sk,
/linux/net/phonet/
H A Ddatagram.c175 .unhash = pn_sock_unhash,
H A Dpep.c1360 .unhash = pep_sock_unhash,
/linux/net/vmw_vsock/
H A Dvsock_bpf.c122 .unhash = sock_map_unhash,
/linux/net/unix/
H A Dunix_bpf.c117 prot->unhash = sock_map_unhash; in unix_stream_bpf_rebuild_protos()
H A Daf_unix.c945 .unhash = unix_unhash,
2966 if (prot->unhash) in unix_shutdown()
2967 prot->unhash(other); in unix_shutdown()
/linux/net/ieee802154/
H A Dsocket.c403 .unhash = raw_unhash,
964 .unhash = dgram_unhash,
/linux/net/l2tp/
H A Dl2tp_ip.c604 .unhash = l2tp_ip_unhash,
H A Dl2tp_ip6.c728 .unhash = l2tp_ip6_unhash,
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c201 tlsdev->unhash = chtls_destroy_hash; in chtls_register_dev()
/linux/net/smc/
H A Daf_smc.c225 .unhash = smc_unhash_sk,
238 .unhash = smc_unhash_sk,
295 sk->sk_prot->unhash(sk); in __smc_release()
1751 new_sk->sk_prot->unhash(new_sk); in smc_clcsock_accept()
1823 new_sk->sk_prot->unhash(new_sk); in smc_accept_dequeue()
/linux/net/mctp/
H A Daf_mctp.c678 .unhash = mctp_sk_unhash,
/linux/net/dccp/
H A Dipv4.c972 .unhash = inet_unhash,
H A Dproto.c100 sk->sk_prot->unhash(sk); in dccp_set_state()
H A Dipv6.c1053 .unhash = inet_unhash,

12