• X
    sctp: clean up __sctp_connect · dd8378b3
    Xin Long 提交于
    __sctp_connect is doing quit similar things as sctp_sendmsg_new_asoc.
    To factor out common functions, this patch is to clean up their code
    to make them look more similar:
    
      1. create the asoc and add a peer with the 1st addr.
      2. add peers with the other addrs into this asoc one by one.
    
    while at it, also remove the unused 'addrcnt'.
    Signed-off-by: NXin Long <lucien.xin@gmail.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    dd8378b3
socket.c 255.8 KB