Searched refs:tipc_msg_append (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 198 * tipc_msg_append(): Append data to tail of an existing buffer queue 206 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append() function
|
H A D | msg.h | 1196 int tipc_msg_append(struct tipc_msg *hdr, struct msghdr *m, int dlen,
|
H A D | socket.c | 1587 rc = tipc_msg_append(hdr, m, send, maxnagle, txq); in __tipc_sendstream()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 192 * tipc_msg_append(): Append data to tail of an existing buffer queue 201 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append() function
|
H A D | msg.h | 1173 int tipc_msg_append(struct tipc_msg *hdr, struct msghdr *m, int dlen,
|
H A D | socket.c | 1597 rc = tipc_msg_append(hdr, m, send, maxnagle, txq); in __tipc_sendstream()
|
Completed in 17 milliseconds