Searched refs:tipc_msg_build (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/tipc/
H A Dmsg.c359 * tipc_msg_build - create buffer chain containing specified header and data
372 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, function
396 rc = tipc_msg_build(mhdr, m, offset, dsz,
H A Dsocket.c881 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts);
927 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1128 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1505 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1619 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq);
H A Dmsg.h1171 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,

Completed in 138 milliseconds