Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ipc/
A Dmsgque.c12 #define MAX_MSG_SIZE 32 macro
17 char mtext[MAX_MSG_SIZE];
88 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE, in check_and_destroy_queue()
163 MAX_MSG_SIZE, i, IPC_NOWAIT | MSG_COPY); in dump_queue()
/linux/net/tipc/
A Dsocket.h43 #define FLOWCTL_MSG_LIM ((FLOWCTL_MSG_WIN * 2 + 1) * SKB_TRUESIZE(MAX_MSG_SIZE))
A Dmsg.c394 if (pktmax != MAX_MSG_SIZE) in tipc_msg_build()
A Dmsg.h101 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
A Dgroup.c48 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
A Dnode.c209 unsigned int mtu = MAX_MSG_SIZE; in tipc_node_get_mtu()
A Dsocket.c264 if (tsk->max_pkt == MAX_MSG_SIZE) in tsk_set_nagle()
/linux/tools/accounting/
A Dprocacct.c74 #define MAX_MSG_SIZE 1024 macro
81 char buf[MAX_MSG_SIZE];
A Dgetdelays.c62 #define MAX_MSG_SIZE 1024 macro
69 char buf[MAX_MSG_SIZE];
/linux/tools/testing/selftests/nci/
A Dnci_dev.c26 #define MAX_MSG_SIZE 1024 macro
87 char buf[MAX_MSG_SIZE];
/linux/drivers/staging/rtl8723bs/core/
A Drtw_security.c638 #define MAX_MSG_SIZE 2048 macro
1078 static u8 message[MAX_MSG_SIZE]; in aes_decipher()
1181 if ((hdrlen + plen+8) <= MAX_MSG_SIZE) in aes_decipher()
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c694 #define MAX_MSG_SIZE 2048 macro
1189 static u8 message[MAX_MSG_SIZE]; in aes_decipher()

Completed in 47 milliseconds