Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ipc/
H 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()
162 MAX_MSG_SIZE, i, IPC_NOWAIT | MSG_COPY); in dump_queue()
/linux/net/tipc/
H A Dsocket.h43 #define FLOWCTL_MSG_LIM ((FLOWCTL_MSG_WIN * 2 + 1) * SKB_TRUESIZE(MAX_MSG_SIZE))
H A Dmsg.c406 if (pktmax != MAX_MSG_SIZE) in tipc_msg_build()
H A Dmsg.h101 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
H A Dgroup.c48 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
H A Dnode.c209 unsigned int mtu = MAX_MSG_SIZE; in tipc_node_get_mtu()
215 /* Allow MAX_MSG_SIZE when building connection oriented message in tipc_node_get_mtu()
H A Dsocket.c264 if (tsk->max_pkt == MAX_MSG_SIZE) in tsk_set_nagle()
/linux/tools/accounting/
H A Ddelaytop.c61 #define MAX_MSG_SIZE 1024 macro
431 char buf[MAX_MSG_SIZE]; in send_cmd()
661 char buf[MAX_MSG_SIZE]; in fetch_and_fill_task_info()
811 char buf[MAX_MSG_SIZE]; in get_container_stats()
H A Dgetdelays.c63 #define MAX_MSG_SIZE 2048 macro
70 char buf[MAX_MSG_SIZE];
668 "dropped truncated taskstats netlink message, please increase MAX_MSG_SIZE\n"); in main()
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c26 #define MAX_MSG_SIZE 1024 macro
87 char buf[MAX_MSG_SIZE];