Home
last modified time | relevance | path

Searched refs:tipc_sendstream (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c1525 * tipc_sendstream - send stream-oriented data
1535 static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_sendstream() function
1647 return tipc_sendstream(sock, m, dsz); in tipc_send_packet()
3407 .sendmsg = tipc_sendstream,
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c1535 * tipc_sendstream - send stream-oriented data
1545 static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_sendstream() function
1657 return tipc_sendstream(sock, m, dsz); in tipc_send_packet()
3415 .sendmsg = tipc_sendstream,

Completed in 11 milliseconds