Home
last modified time | relevance | path

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

/linux/net/mctp/
H A Daf_mctp.c56 struct sockaddr_mctp *smctp; in mctp_bind() local
59 if (addrlen < sizeof(*smctp)) in mctp_bind()
69 smctp = (struct sockaddr_mctp *)addr; in mctp_bind()
71 if (!mctp_sockaddr_is_ok(smctp)) in mctp_bind()
81 msk->bind_net = smctp->smctp_network; in mctp_bind()
82 msk->bind_addr = smctp->smctp_addr.s_addr; in mctp_bind()
83 msk->bind_type = smctp->smctp_type & 0x7f; /* ignore the IC bit */ in mctp_bind()