Searched refs:tipc_msg_build (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | msg.c | 244 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, in tipc_msg_build() function
|
D | msg.h | 795 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
|
D | socket.c | 694 rc = tipc_msg_build(mhdr, msg, 0, dsz, mtu, &pktchain); in tipc_sendmcast() 933 rc = tipc_msg_build(mhdr, m, 0, dsz, mtu, &pktchain); in __tipc_sendmsg() 1056 rc = tipc_msg_build(mhdr, m, sent, send, mtu, &pktchain); in __tipc_send_stream()
|