Searched refs:MAX_MSG_SIZE (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/Documentation/accounting/ |
D | getdelays.c | 63 #define MAX_MSG_SIZE 1024 macro 70 char buf[MAX_MSG_SIZE];
|
/linux-3.4.99/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 76 #define MAX_MSG_SIZE 256 macro 149 byte info[MAX_MSG_SIZE];
|
D | capifunc.c | 1125 if (!(mapped_msg = (CAPI_MSG *) diva_os_malloc(0, MAX_MSG_SIZE))) { in init_main_structs()
|
D | message.c | 400 msg->header.length > MAX_MSG_SIZE) { in api_put()
|
/linux-3.4.99/net/tipc/ |
D | port.c | 102 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len, MAX_MSG_SIZE, in tipc_multicast() 434 res = tipc_msg_build(hdr, msg_sect, num_sect, total_len, MAX_MSG_SIZE, in tipc_port_reject_sections() 1190 MAX_MSG_SIZE, !sender->user_port, &buf); in tipc_port_recv_sections()
|
D | msg.h | 79 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
|
D | link.c | 119 if (max_pkt > MAX_MSG_SIZE) in link_init_max_pkt() 120 max_pkt = MAX_MSG_SIZE; in link_init_max_pkt() 3098 return MAX_MSG_SIZE; in tipc_link_get_max_pkt()
|
/linux-3.4.99/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 713 #define MAX_MSG_SIZE 2048 macro 1206 static u8 message[MAX_MSG_SIZE]; in aes_decipher()
|