cregit-Linux how code gets into the kernel

Release 4.15 include/net/smc.h

Directory: include/net
/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  Shared Memory Communications over RDMA (SMC-R) and RoCE
 *
 *  Definitions for the SMC module (socket related)
 *
 *  Copyright IBM Corp. 2016
 *
 *  Author(s):  Ursula Braun <ubraun@linux.vnet.ibm.com>
 */
#ifndef _SMC_H

#define _SMC_H


struct smc_hashinfo {
	
rwlock_t lock;
	
struct hlist_head ht;
};

int smc_hash_sk(struct sock *sk);
void smc_unhash_sk(struct sock *sk);
#endif	/* _SMC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Ursula Braun4097.56%150.00%
Greg Kroah-Hartman12.44%150.00%
Total41100.00%2100.00%
Directory: include/net
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.