Searched refs:unhash (Results 1 – 25 of 34) sorted by relevance
12
/linux/net/tls/ |
H A D | tls_toe.c | 91 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 D | tls_main.c | 941 prot[TLS_HW_RECORD][TLS_HW_RECORD].unhash = tls_toe_unhash; in build_protos()
|
/linux/net/smc/ |
H A D | smc_inet.c | 26 .unhash = smc_unhash_sk, 73 .unhash = smc_unhash_sk,
|
H A D | af_smc.c | 226 .unhash = smc_unhash_sk, 239 .unhash = smc_unhash_sk, 296 sk->sk_prot->unhash(sk); in __smc_release() 1733 new_sk->sk_prot->unhash(new_sk); in smc_clcsock_accept() 1805 new_sk->sk_prot->unhash(new_sk); in smc_accept_dequeue()
|
/linux/include/net/ |
H A D | tls_toe.h | 67 void (*unhash)(struct tls_toe_device *device, struct sock *sk); member
|
H A D | sock.h | 1271 void (*unhash)(struct sock *sk); member 1459 sk->sk_prot->unhash(sk); in __sk_prot_rehash()
|
/linux/net/ipv4/ |
H A D | udplite.c | 59 .unhash = udp_lib_unhash,
|
H A D | tcp_bpf.c | 665 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()
|
H A D | ping.c | 1016 .unhash = ping_unhash,
|
H A D | udp.c | 2120 sk->sk_prot->unhash(sk); in __udp_disconnect() 3135 .unhash = udp_lib_unhash,
|
/linux/net/ipv6/ |
H A D | udplite.c | 58 .unhash = udp_lib_unhash,
|
H A D | ping.c | 214 .unhash = ping_unhash,
|
/linux/net/phonet/ |
H A D | datagram.c | 175 .unhash = pn_sock_unhash,
|
H A D | pep.c | 1360 .unhash = pep_sock_unhash,
|
/linux/net/unix/ |
H A D | unix_bpf.c | 120 prot->unhash = sock_map_unhash; in unix_stream_bpf_rebuild_protos()
|
H A D | af_unix.c | 1002 .unhash = unix_unhash, 3060 if (prot->unhash) in unix_shutdown() 3061 prot->unhash(other); in unix_shutdown()
|
/linux/net/l2tp/ |
H A D | l2tp_ip.c | 629 .unhash = l2tp_ip_unhash,
|
H A D | l2tp_ip6.c | 757 .unhash = l2tp_ip6_unhash,
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_main.c | 201 tlsdev->unhash = chtls_destroy_hash; in chtls_register_dev()
|
/linux/net/mctp/ |
H A D | af_mctp.c | 681 .unhash = mctp_sk_unhash,
|
/linux/net/dccp/ |
H A D | ipv4.c | 975 .unhash = inet_unhash,
|
H A D | proto.c | 100 sk->sk_prot->unhash(sk); in dccp_set_state()
|
H A D | ipv6.c | 1056 .unhash = inet_unhash,
|
/linux/net/mac80211/ |
H A D | sta_info.c | 360 bool unhash) in sta_remove_link() argument 371 if (unhash) in sta_remove_link()
|
/linux/net/core/ |
H A D | skmsg.c | 731 psock->saved_unhash = prot->unhash; in sk_psock_init()
|
12