Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dscm.c243 cmlen = CMSG_SPACE(len); in put_cmsg()
313 cmlen = CMSG_SPACE(i*sizeof(int)); in scm_detach_fds()
/linux-4.1.27/arch/um/os-Linux/drivers/
Dtuntap_user.c69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp()
/linux-4.1.27/include/linux/
Dsocket.h96 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len)) macro
/linux-4.1.27/arch/um/os-Linux/
Dfile.c482 char buf[CMSG_SPACE(sizeof(new))]; in os_rcv_fd()
/linux-4.1.27/fs/dlm/
Dlowcomms.c541 static char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_send_shutdown()
796 char incmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in receive_from_sock()
1068 char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_init_assoc()
/linux-4.1.27/net/rds/
Drecv.c314 max_messages = msghdr->msg_controllen / CMSG_SPACE(sizeof(cmsg)); in rds_notify_queue_get()
/linux-4.1.27/net/sunrpc/
Dsvcsock.c139 CMSG_SPACE(sizeof(union svc_pktinfo_u))