Home
last modified time | relevance | path

Searched refs:unhash (Results 1 – 25 of 31) 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()
1764 new_sk->sk_prot->unhash(new_sk); in smc_clcsock_accept()
1836 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.h1335 void (*unhash)(struct sock *sk); member
1509 sk->sk_prot->unhash(sk); in __sk_prot_rehash()
/linux/net/ipv4/
H A Dudplite.c58 .unhash = udp_lib_unhash,
H A Dtcp_bpf.c725 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()
H A Dping.c1006 .unhash = ping_unhash,
H A Daf_inet.c1654 (*sk)->sk_prot->unhash(*sk); in inet_ctl_sock_create()
H A Dudp.c2229 sk->sk_prot->unhash(sk); in __udp_disconnect()
3282 .unhash = udp_lib_unhash,
/linux/net/ipv6/
H A Dudplite.c57 .unhash = udp_lib_unhash,
/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.c3208 if (prot->unhash) in unix_shutdown()
3209 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/l2tp/
H A Dl2tp_ip6.c752 .unhash = l2tp_ip6_unhash,
/linux/net/mctp/
H A Daf_mctp.c796 .unhash = mctp_sk_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.c3990 sk->sk_prot->unhash(sk); in sk_common_release()
4345 proto_method_implemented(proto->unhash), in proto_seq_printf()
H A Dsock_map.c1637 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()

12