taglinefilesource code
upd2521net/unix/sock.cstruct unix_proto_data *upd1 = UN_DATA(sock1), *upd2 = UN_DATA(sock2);
upd2524net/unix/sock.cunix_data_ref(upd2);
upd2525net/unix/sock.cupd1->peerupd = upd2;
upd2526net/unix/sock.cupd2->peerupd = upd1;