/kernel/linux/linux-5.10/tools/testing/selftests/ipc/ |
H A D | msgque.c | 12 #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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ipc/ |
H A D | msgque.c | 12 #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()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.h | 43 #define FLOWCTL_MSG_LIM ((FLOWCTL_MSG_WIN * 2 + 1) * SKB_TRUESIZE(MAX_MSG_SIZE))
|
H A D | msg.c | 394 if (pktmax != MAX_MSG_SIZE) in tipc_msg_build()
|
H A D | group.c | 47 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
|
H A D | msg.h | 101 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
|
H A D | node.c | 202 unsigned int mtu = MAX_MSG_SIZE; in tipc_node_get_mtu() 208 /* Allow MAX_MSG_SIZE when building connection oriented message in tipc_node_get_mtu()
|
H A D | socket.c | 256 if (tsk->max_pkt == MAX_MSG_SIZE) in tsk_set_nagle()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.h | 43 #define FLOWCTL_MSG_LIM ((FLOWCTL_MSG_WIN * 2 + 1) * SKB_TRUESIZE(MAX_MSG_SIZE))
|
H A D | msg.c | 390 if (pktmax != MAX_MSG_SIZE) in tipc_msg_build()
|
H A D | group.c | 48 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
|
H A D | msg.h | 101 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
|
H A D | node.c | 211 unsigned int mtu = MAX_MSG_SIZE; in tipc_node_get_mtu() 217 /* Allow MAX_MSG_SIZE when building connection oriented message in tipc_node_get_mtu()
|
H A D | socket.c | 267 if (tsk->max_pkt == MAX_MSG_SIZE) in tsk_set_nagle()
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 74 #define MAX_MSG_SIZE 1024 macro 81 char buf[MAX_MSG_SIZE];
|
H A D | getdelays.c | 62 #define MAX_MSG_SIZE 1024 macro 69 char buf[MAX_MSG_SIZE];
|
/kernel/linux/linux-5.10/drivers/staging/pi433/ |
H A D | pi433_if.c | 49 #define MAX_MSG_SIZE 900 /* min: FIFO_SIZE! */ macro 86 char buffer[MAX_MSG_SIZE]; 771 if (size > MAX_MSG_SIZE) in pi433_read() 823 if (count > MAX_MSG_SIZE) in pi433_write() 1144 device->rx_buffer = kmalloc(MAX_MSG_SIZE, GFP_KERNEL); in pi433_probe() 1322 * If MAX_MSG_SIZE is smaller then FIFO_SIZE, the driver won't in pi433_init() 1325 if (MAX_MSG_SIZE < FIFO_SIZE) in pi433_init()
|
/kernel/linux/linux-6.6/drivers/staging/pi433/ |
H A D | pi433_if.c | 50 #define MAX_MSG_SIZE 900 /* min: FIFO_SIZE! */ macro 88 char buffer[MAX_MSG_SIZE]; 773 if (size > MAX_MSG_SIZE) in pi433_read() 825 if (count > MAX_MSG_SIZE) in pi433_write() 1205 device->rx_buffer = kmalloc(MAX_MSG_SIZE, GFP_KERNEL); in pi433_probe() 1386 * If MAX_MSG_SIZE is smaller then FIFO_SIZE, the driver won't in pi433_init() 1389 if (MAX_MSG_SIZE < FIFO_SIZE) in pi433_init()
|
/kernel/linux/linux-5.10/tools/accounting/ |
H A D | getdelays.c | 63 #define MAX_MSG_SIZE 1024 macro 70 char buf[MAX_MSG_SIZE];
|
/kernel/linux/linux-6.6/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 26 #define MAX_MSG_SIZE 1024 macro 87 char buf[MAX_MSG_SIZE];
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 639 #define MAX_MSG_SIZE 2048 macro 1034 /* unsigned char message[MAX_MSG_SIZE]; */ in rtw_aes_encrypt() 1079 static u8 message[MAX_MSG_SIZE]; in aes_decipher() 1182 if ((hdrlen + plen+8) <= MAX_MSG_SIZE) in aes_decipher() 1292 /* unsigned char message[MAX_MSG_SIZE]; */ in rtw_aes_decrypt()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 695 #define MAX_MSG_SIZE 2048 macro 1190 static u8 message[MAX_MSG_SIZE]; in aes_decipher()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 694 #define MAX_MSG_SIZE 2048 macro 1189 static u8 message[MAX_MSG_SIZE]; in aes_decipher()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 840 #define MAX_MSG_SIZE 2048 macro 1489 /* unsigned char message[MAX_MSG_SIZE]; */ in rtw_aes_encrypt() 1538 static u8 message[MAX_MSG_SIZE]; in aes_decipher() 1649 if ((hdrlen + plen+8) <= MAX_MSG_SIZE) in aes_decipher() 1813 /* unsigned char message[MAX_MSG_SIZE]; */ in rtw_aes_decrypt()
|