Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_diag.c50 } else if (sk->sk_protocol == SMCPROTO_SMC6) { in smc_diag_msg_common_fill()
231 smc_diag_dump_proto(&smc_proto6, skb, cb, SMCPROTO_SMC6); in smc_diag_dump()
Dsmc.h27 #define SMCPROTO_SMC6 1 /* SMC protocol, IPv6 */ macro
Daf_smc.c373 prot = (protocol == SMCPROTO_SMC6) ? &smc_proto6 : &smc_proto; in smc_sock_alloc()
3168 int family = (protocol == SMCPROTO_SMC6) ? PF_INET6 : PF_INET; in __smc_create()
3178 if (protocol != SMCPROTO_SMC && protocol != SMCPROTO_SMC6) in __smc_create()
3245 protocol = SMCPROTO_SMC6; in smc_ulp_init()