Searched refs:TIPC_MAX_USER_MSG_SIZE (Results 1 – 5 of 5) sorted by relevance
44 SKB_TRUESIZE(TIPC_MAX_USER_MSG_SIZE))
225 if (unlikely((msz - hsz) > TIPC_MAX_USER_MSG_SIZE)) in tipc_msg_validate()
93 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE)
876 if (dsz > TIPC_MAX_USER_MSG_SIZE) in __tipc_sendmsg()1055 send = min_t(uint, dsz - sent, TIPC_MAX_USER_MSG_SIZE); in __tipc_send_stream()1101 if (dsz > TIPC_MAX_USER_MSG_SIZE) in tipc_send_packet()
106 #define TIPC_MAX_USER_MSG_SIZE 66000U macro