Home
last modified time | relevance | path

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

12

/openbmc/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.c936 prot[TLS_HW_RECORD][TLS_HW_RECORD].unhash = tls_toe_unhash; in build_protos()
/openbmc/linux/include/net/
H A Dtls_toe.h67 void (*unhash)(struct tls_toe_device *device, struct sock *sk); member
H A Dsock.h1301 void (*unhash)(struct sock *sk); member
1567 sk->sk_prot->unhash(sk); in __sk_prot_rehash()
/openbmc/linux/net/ipv4/
H A Dudplite.c59 .unhash = udp_lib_unhash,
H A Dtcp_bpf.c701 WRITE_ONCE(sk->sk_prot->unhash, psock->saved_unhash); in tcp_bpf_update_proto()
H A Draw.c938 .unhash = raw_unhash_sk,
H A Dping.c1017 .unhash = ping_unhash,
/openbmc/linux/net/ipv6/
H A Dudplite.c58 .unhash = udp_lib_unhash,
H A Dping.c214 .unhash = ping_unhash,
H A Draw.c1211 .unhash = raw_unhash_sk,
/openbmc/linux/net/phonet/
H A Ddatagram.c175 .unhash = pn_sock_unhash,
H A Dpep.c1360 .unhash = pep_sock_unhash,
/openbmc/linux/net/unix/
H A Dunix_bpf.c120 prot->unhash = sock_map_unhash; in unix_stream_bpf_rebuild_protos()
H A Daf_unix.c946 .unhash = unix_unhash,
2968 if (prot->unhash) in unix_shutdown()
2969 prot->unhash(other); in unix_shutdown()
/openbmc/linux/net/ieee802154/
H A Dsocket.c403 .unhash = raw_unhash,
964 .unhash = dgram_unhash,
/openbmc/linux/net/l2tp/
H A Dl2tp_ip.c604 .unhash = l2tp_ip_unhash,
H A Dl2tp_ip6.c728 .unhash = l2tp_ip6_unhash,
/openbmc/linux/net/smc/
H A Daf_smc.c226 .unhash = smc_unhash_sk,
239 .unhash = smc_unhash_sk,
296 sk->sk_prot->unhash(sk); in __smc_release()
1740 new_sk->sk_prot->unhash(new_sk); in smc_clcsock_accept()
1812 new_sk->sk_prot->unhash(new_sk); in smc_accept_dequeue()
/openbmc/linux/net/mctp/
H A Daf_mctp.c601 .unhash = mctp_sk_unhash,
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c201 tlsdev->unhash = chtls_destroy_hash; in chtls_register_dev()
/openbmc/linux/net/dccp/
H A Dipv4.c973 .unhash = inet_unhash,
H A Dproto.c100 sk->sk_prot->unhash(sk); in dccp_set_state()
H A Dipv6.c1054 .unhash = inet_unhash,
/openbmc/linux/net/mac80211/
H A Dsta_info.c353 bool unhash) in sta_remove_link() argument
365 if (unhash) in sta_remove_link()

12