Home
last modified time | relevance | path

Searched refs:SMCPROTO_SMC6 (Results 1 – 2 of 2) sorted by relevance

/linux/net/smc/
H A Dsmc.h30 #define SMCPROTO_SMC6 1 /* SMC protocol, IPv6 */ macro
H A Daf_smc.c427 prot = (protocol == SMCPROTO_SMC6) ? &smc_proto6 : &smc_proto; in smc_sock_alloc()
3374 int family = (protocol == SMCPROTO_SMC6) ? PF_INET6 : PF_INET; in smc_create()
3383 if (protocol != SMCPROTO_SMC && protocol != SMCPROTO_SMC6) in smc_create()