do_udp_sendmsg
goto do_udp_sendmsg;
do_udp_sendmsg:
ssize_t do_udp_sendmsg(struct socket *socket, struct msghdr *msg, size_t len);
ret = do_udp_sendmsg(conn->local->socket, &msg, len);
ret = do_udp_sendmsg(conn->local->socket, &msg, sizeof(pkt));
ret = do_udp_sendmsg(conn->local->socket, &msg, len);
ret = do_udp_sendmsg(conn->local->socket, &msg, len);
ret = do_udp_sendmsg(local->socket, &msg, size);
ret = do_udp_sendmsg(peer->local->socket, &msg, len);
ret = do_udp_sendmsg(conn->local->socket, &msg, len);
ret = do_udp_sendmsg(conn->local->socket, &msg, len);