Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c590 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_rdma_args)), in rdsv3_cmsg_rdma_args()
593 if (cmsg->cmsg_len != CMSG_LEN(sizeof (struct rds_rdma_args)) || in rdsv3_cmsg_rdma_args()
621 if (cmsg->cmsg_len != CMSG_LEN(sizeof (rds_rdma_cookie_t)) || in rdsv3_cmsg_rdma_dest()
662 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_get_mr_args)), in rdsv3_cmsg_rdma_map()
666 if (cmsg->cmsg_len != CMSG_LEN(sizeof (struct rds_get_mr_args)) || in rdsv3_cmsg_rdma_map()
H A Drdsv3_impl.c1115 cmlen = CMSG_LEN(size); in rdsv3_put_cmsg()
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h453 #ifndef CMSG_LEN
454 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof (struct cmsghdr)) + (len)) macro
/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h490 #define CMSG_LEN(l) \ macro
/titanic_44/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h330 #define CMSG_LEN(l) \ macro