Go to the source code of this file.
|
u32 | tipc_msg_tot_importance (struct tipc_msg *m) |
|
void | tipc_msg_init (struct tipc_msg *m, u32 user, u32 type, u32 hsize, u32 destnode) |
|
int | tipc_msg_build (struct tipc_msg *hdr, struct iovec const *msg_sect, u32 num_sect, unsigned int total_len, int max_size, int usrmem, struct sk_buff **buf) |
|
Definition at line 69 of file msg.h.
#define CHANGEOVER_PROTOCOL 10 |
#define CONN_PROBE_REPLY 1 |
#define INT_H_SIZE 40 /* Internal messages */ |
Definition at line 72 of file msg.h.
#define MAX_H_SIZE 60 /* Largest possible TIPC header size */ |
Definition at line 74 of file msg.h.
Definition at line 76 of file msg.h.
Definition at line 71 of file msg.h.
#define MIN_H_SIZE 24 /* Smallest legal TIPC header size */ |
Definition at line 73 of file msg.h.
#define MSG_FRAGMENTER 12 |
#define NAME_DISTRIBUTOR 11 |
Definition at line 70 of file msg.h.
#define ROUTE_DISTRIBUTOR 9 /* obsoleted */ |
Definition at line 68 of file msg.h.
Definition at line 60 of file msg.h.
#define TIPC_DIRECT_MSG 3 |
Definition at line 63 of file msg.h.
Definition at line 61 of file msg.h.
#define TIPC_MEDIA_ADDR_OFFSET 5 |
Definition at line 78 of file msg.h.
Definition at line 62 of file msg.h.
Definition at line 47 of file msg.h.
tipc_msg_build - create message using specified header and data
Note: Caller must not hold any locks in case copy_from_user() is interrupted!
Returns message data size or errno
Definition at line 75 of file msg.c.
Definition at line 54 of file msg.c.
Definition at line 40 of file msg.c.