tag | line | file | source code |
peerupd | 224 | net/unix/sock.c | upd->peerupd = NULL; |
peerupd | 314 | net/unix/sock.c | if (upd->peerupd) unix_data_deref(upd->peerupd); |
peerupd | 432 | net/unix/sock.c | UN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */ |
peerupd | 451 | net/unix/sock.c | upd1->peerupd = upd2; |
peerupd | 452 | net/unix/sock.c | upd2->peerupd = upd1; |
peerupd | 486 | net/unix/sock.c | UN_DATA(newsock)->peerupd = UN_DATA(clientsock); |
peerupd | 603 | net/unix/sock.c | pupd = UN_DATA(sock)->peerupd; /* safer than sock->conn */ |
peerupd | 666 | net/unix/sock.c | struct unix_proto_data *upd, *peerupd; |
peerupd | 693 | net/unix/sock.c | peerupd = UN_DATA(sock->conn); |
peerupd | 694 | net/unix/sock.c | if (UN_BUF_SPACE(peerupd) > 0) return(1); |
peerupd | 707 | net/unix/sock.c | struct unix_proto_data *upd, *peerupd; |
peerupd | 711 | net/unix/sock.c | peerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL; |
peerupd | 719 | net/unix/sock.c | if (UN_BUF_AVAIL(upd) || peerupd) |
peerupd | 729 | net/unix/sock.c | if (peerupd) put_fs_long(UN_BUF_SPACE(peerupd), |
peerupd | 41 | net/unix/unix.h | struct unix_proto_data *peerupd; |