Home
last modified time | relevance | path

Searched refs:smc_hash (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/smc/
Dsmc_diag.c202 read_lock(&prot->h.smc_hash->lock); in smc_diag_dump_proto()
203 head = &prot->h.smc_hash->ht; in smc_diag_dump_proto()
220 read_unlock(&prot->h.smc_hash->lock); in smc_diag_dump_proto()
Daf_smc.c181 struct smc_hashinfo *h = sk->sk_prot->h.smc_hash; in smc_hash_sk()
197 struct smc_hashinfo *h = sk->sk_prot->h.smc_hash; in smc_unhash_sk()
228 .h.smc_hash = &smc_v4_hashinfo,
241 .h.smc_hash = &smc_v6_hashinfo,
/linux-6.1.9/include/net/
Dsock.h1340 struct smc_hashinfo *smc_hash; member