Searched refs:tipc_msg_build (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | msg.c | 245 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, in tipc_msg_build() function
|
D | msg.h | 779 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
|
D | socket.c | 685 rc = tipc_msg_build(mhdr, msg, 0, dsz, mtu, pktchain); in tipc_sendmcast() 922 rc = tipc_msg_build(mhdr, m, 0, dsz, mtu, pktchain); in __tipc_sendmsg() 1043 rc = tipc_msg_build(mhdr, m, sent, send, mtu, pktchain); in __tipc_send_stream()
|