Searched refs:tipc_msg_build (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/tipc/ |
H A D | msg.c | 372 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build() function 396 rc = tipc_msg_build(mhdr, m, offset, dsz, in tipc_msg_build()
|
H A D | socket.c | 882 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts); in tipc_sendmcast() 928 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in tipc_send_group_msg() 1129 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in tipc_send_group_bcast() 1506 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in __tipc_sendmsg() 1620 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream()
|
H A D | msg.h | 1171 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
|