Home
last modified time | relevance | path

Searched refs:tipc_msg_append (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/tipc/
H A Dmsg.c205 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append() function
H A Dmsg.h1173 int tipc_msg_append(struct tipc_msg *hdr, struct msghdr *m, int dlen,
H A Dsocket.c1597 rc = tipc_msg_append(hdr, m, send, maxnagle, txq); in __tipc_sendstream()