Searched refs:tipc_msg_build (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/net/tipc/ |
H A D | msg.c | 235 * tipc_msg_build - create buffer chain containing specified header and data 244 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, tipc_msg_build() function
|
H A D | msg.h | 795 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
|
H A D | socket.c | 694 rc = tipc_msg_build(mhdr, msg, 0, dsz, mtu, &pktchain); tipc_sendmcast() 933 rc = tipc_msg_build(mhdr, m, 0, dsz, mtu, &pktchain); __tipc_sendmsg() 1056 rc = tipc_msg_build(mhdr, m, sent, send, mtu, &pktchain); __tipc_send_stream()
|
Completed in 120 milliseconds