tag
line
file
source code
upd2
327
net/unix.c
struct unix_proto_data *upd1 = UN_DATA(sock1), *upd2 = UN_DATA(sock2);
upd2
330
net/unix.c
unix_data_ref(upd2);
upd2
331
net/unix.c
upd1->peerupd = upd2;
upd2
332
net/unix.c
upd2->peerupd = upd1;