Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dsocket.h43 #define FLOWCTL_MSG_LIM ((FLOWCTL_MSG_WIN * 2 + 1) * SKB_TRUESIZE(MAX_MSG_SIZE))
H A Dmsg.c394 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()
H A Dsocket.c264 if (tsk->max_pkt == MAX_MSG_SIZE) in tsk_set_nagle()
/linux/tools/accounting/
H A Dprocacct.c74 #define MAX_MSG_SIZE 1024 macro
81 char buf[MAX_MSG_SIZE];
H A Dgetdelays.c62 #define MAX_MSG_SIZE 1024 macro
69 char buf[MAX_MSG_SIZE];
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c26 #define MAX_MSG_SIZE 1024 macro
87 char buf[MAX_MSG_SIZE];
/linux/drivers/staging/rtl8723bs/core/
H 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()