Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dsocket.h44 SKB_TRUESIZE(TIPC_MAX_USER_MSG_SIZE))
Dmsg.c226 if (unlikely((msz - hsz) > TIPC_MAX_USER_MSG_SIZE)) in tipc_msg_validate()
Dmsg.h92 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE)
Dsocket.c866 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()
/linux-4.1.27/include/uapi/linux/
Dtipc.h106 #define TIPC_MAX_USER_MSG_SIZE 66000U macro