Searched refs:tipc_msg_build (Results 1 – 3 of 3) sorted by relevance
/linux/net/tipc/ |
A D | msg.c | 368 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build() function 392 rc = tipc_msg_build(mhdr, m, offset, dsz, in tipc_msg_build()
|
A D | socket.c | 880 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts); in tipc_sendmcast() 926 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in tipc_send_group_msg() 1127 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in tipc_send_group_bcast() 1504 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in __tipc_sendmsg() 1618 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream()
|
A D | msg.h | 1194 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
|
Completed in 14 milliseconds