]> Git Repo - linux.git/commit
sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsg
authorXin Long <[email protected]>
Thu, 1 Mar 2018 15:05:13 +0000 (23:05 +0800)
committerDavid S. Miller <[email protected]>
Sun, 4 Mar 2018 18:00:56 +0000 (13:00 -0500)
commitbecef9b1e249c849ca15889586e02668d6d723a2
tree54661c60cb20126c30358805ab9bc5bbf7853400
parentc2666de1fde3a02583c2c4d4af4bc54f7252e891
sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsg

This patch is to move the codes for trying to get daddr from
msg->msg_name into sctp_sendmsg_get_daddr.

Note that after adding 'daddr', 'to' and 'msg_name' can be
deleted.

Signed-off-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sctp/socket.c
This page took 0.047047 seconds and 4 git commands to generate.