Home
last modified time | relevance | path

Searched refs:MAX_MSG_SIZE (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/Documentation/accounting/
Dgetdelays.c63 #define MAX_MSG_SIZE 1024 macro
70 char buf[MAX_MSG_SIZE];
/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddivacapi.h76 #define MAX_MSG_SIZE 256 macro
149 byte info[MAX_MSG_SIZE];
Dcapifunc.c1125 if (!(mapped_msg = (CAPI_MSG *) diva_os_malloc(0, MAX_MSG_SIZE))) { in init_main_structs()
Dmessage.c400 msg->header.length > MAX_MSG_SIZE) { in api_put()
/linux-3.4.99/net/tipc/
Dport.c102 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()
Dmsg.h79 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
Dlink.c119 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/
Drtl871x_security.c713 #define MAX_MSG_SIZE 2048 macro
1206 static u8 message[MAX_MSG_SIZE]; in aes_decipher()