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