Searched refs:unhash (Results 1 – 25 of 31) 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 | 1043 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, 72 .unhash = smc_unhash_sk,
|
| H A D | af_smc.c | 241 .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 D | tls_toe.h | 67 void (*unhash)(struct tls_toe_device *device, struct sock *sk); member
|
| H A D | sock.h | 1335 void (*unhash)(struct sock *sk); member 1509 sk->sk_prot->unhash(sk); in __sk_prot_rehash()
|
| /linux/net/ipv4/ |
| H A D | udplite.c | 58 .unhash = udp_lib_unhash,
|
| H A D | tcp_bpf.c | 725 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()
|
| H A D | ping.c | 1006 .unhash = ping_unhash,
|
| H A D | af_inet.c | 1654 (*sk)->sk_prot->unhash(*sk); in inet_ctl_sock_create()
|
| H A D | udp.c | 2229 sk->sk_prot->unhash(sk); in __udp_disconnect() 3282 .unhash = udp_lib_unhash,
|
| /linux/net/ipv6/ |
| H A D | udplite.c | 57 .unhash = udp_lib_unhash,
|
| /linux/net/phonet/ |
| H A D | datagram.c | 175 .unhash = pn_sock_unhash,
|
| /linux/net/unix/ |
| H A D | unix_bpf.c | 121 prot->unhash = sock_map_unhash; in unix_stream_bpf_rebuild_protos()
|
| H A D | af_unix.c | 3208 if (prot->unhash) in unix_shutdown() 3209 prot->unhash(other); in unix_shutdown()
|
| /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/l2tp/ |
| H A D | l2tp_ip6.c | 752 .unhash = l2tp_ip6_unhash,
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 796 .unhash = mctp_sk_unhash,
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | proto.c | |
| H A D | ipv6.c | |
| /linux/net/core/ |
| H A D | skmsg.c | 776 psock->saved_unhash = prot->unhash; in sk_psock_init()
|
| H A D | sock.c | 3990 sk->sk_prot->unhash(sk); in sk_common_release() 4345 proto_method_implemented(proto->unhash), in proto_seq_printf()
|
| H A D | sock_map.c | 1637 saved_unhash = READ_ONCE(sk->sk_prot)->unhash; in sock_map_unhash()
|
| /linux/net/mac80211/ |
| H A D | sta_info.c | 415 bool unhash) in sta_remove_link() argument 426 if (unhash) in sta_remove_link()
|
12