Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
msg.h File Reference
#include <linux/list.h>
#include <uapi/linux/msg.h>

Go to the source code of this file.

Data Structures

struct  msg_msg
 
struct  msg_queue
 

Functions

long do_msgsnd (int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg)
 
long do_msgrcv (int msqid, long *pmtype, void __user *mtext, size_t msgsz, long msgtyp, int msgflg)
 

Function Documentation

long do_msgrcv ( int  msqid,
long pmtype,
void __user mtext,
size_t  msgsz,
long  msgtyp,
int  msgflg 
)

Definition at line 758 of file msg.c.

long do_msgsnd ( int  msqid,
long  mtype,
void __user mtext,
size_t  msgsz,
int  msgflg 
)

Definition at line 638 of file msg.c.