Home
last modified time | relevance | path

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

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