taglinefilesource code
upd1487net/unix/sock.cstruct unix_proto_data *upd1 = UN_DATA(sock1), *upd2 = UN_DATA(sock2);
upd1489net/unix/sock.cunix_data_ref(upd1);
upd1491net/unix/sock.cupd1->peerupd = upd2;
upd1492net/unix/sock.cupd2->peerupd = upd1;