Searched refs:tipc_send_group_unicast (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 926 * tipc_send_group_unicast - send message to a member in the group 935 static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m, in tipc_send_group_unicast() function 1164 return tipc_send_group_unicast(sock, m, dlen, timeout); in tipc_send_group_mcast() 1430 return tipc_send_group_unicast(sock, m, dlen, timeout); in __tipc_sendmsg()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 949 * tipc_send_group_unicast - send message to a member in the group 958 static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m, in tipc_send_group_unicast() function 1180 return tipc_send_group_unicast(sock, m, dlen, timeout); in tipc_send_group_mcast() 1441 return tipc_send_group_unicast(sock, m, dlen, timeout); in __tipc_sendmsg()
|
Completed in 9 milliseconds