Home
last modified time | relevance | path

Searched refs:TIPC_MAX_USER_MSG_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dtipc.h85 #define TIPC_MAX_USER_MSG_SIZE 66000U macro
/linux/net/tipc/
H A Dmsg.c290 if (unlikely((msz - hsz) > TIPC_MAX_USER_MSG_SIZE)) in tipc_msg_validate()
H A Dmsg.h101 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE)