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