Home
last modified time | relevance | path

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

/linux-3.4.99/net/core/
Dscm.c247 cmlen = CMSG_SPACE(len); in put_cmsg()
312 cmlen = CMSG_SPACE(i*sizeof(int)); in scm_detach_fds()
/linux-3.4.99/arch/um/os-Linux/drivers/
Dtuntap_user.c69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp()
/linux-3.4.99/include/linux/
Dsocket.h103 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len)) macro
/linux-3.4.99/fs/dlm/
Dlowcomms.c407 static char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_send_shutdown()
593 char incmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in receive_from_sock()
840 char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_init_assoc()
/linux-3.4.99/arch/um/os-Linux/
Dfile.c467 char buf[CMSG_SPACE(sizeof(new))]; in os_rcv_fd()
/linux-3.4.99/net/rds/
Drecv.c314 max_messages = msghdr->msg_controllen / CMSG_SPACE(sizeof(cmsg)); in rds_notify_queue_get()
/linux-3.4.99/net/sunrpc/
Dsvcsock.c134 CMSG_SPACE(sizeof(union svc_pktinfo_u))