Searched refs:tipc_msg_build (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 360 * 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, in tipc_msg_build() function 396 rc = tipc_msg_build(mhdr, m, offset, dsz, in tipc_msg_build()
|
H A D | socket.c | 860 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts); in tipc_sendmcast() 905 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in tipc_send_group_msg() 1109 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in tipc_send_group_bcast() 1497 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); in __tipc_sendmsg() 1610 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream()
|
H A D | msg.h | 1194 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 355 * tipc_msg_build - create buffer chain containing specified header and data 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()
|
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,
|
Completed in 20 milliseconds