taglinefilesource code
other238drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other258drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other264drivers/char/pty.cold_pty_driver.other = &old_pty_slave_driver;
other270drivers/char/pty.cold_pty_slave_driver.other = &old_pty_driver;
other828drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other829drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other830drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other839drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other840drivers/char/tty_io.cdriver->other->minor_start + idx);
other843drivers/char/tty_io.co_tty->driver = *driver->other;
other851drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other910drivers/char/tty_io.c(*driver->other->refcount)++;
other1004drivers/char/tty_io.cif (tty->driver.other) {
other1005drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other1011drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other1017drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other1055drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other1056drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */
other73include/net/sock.hstruct sock *    other;
other214net/ipv4/udp.cint other;
other310net/ipv4/udp.cufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256;
other305net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other355net/unix/af_unix.cskpair=(unix_socket *)sk->protinfo.af_unix.other;  /* Person we send to (default) */
other363net/unix/af_unix.csk->protinfo.af_unix.other=NULL;    /* No pair */
other453net/unix/af_unix.cunix_socket *other;
other457net/unix/af_unix.cif(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other)
other479net/unix/af_unix.cif(sk->type==SOCK_DGRAM && sk->protinfo.af_unix.other)
other481net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other482net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other488net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other489net/unix/af_unix.cif(other==NULL)
other491net/unix/af_unix.cif(other->type!=sk->type)
other493net/unix/af_unix.cother->protinfo.af_unix.locks++;
other494net/unix/af_unix.csk->protinfo.af_unix.other=other;
other514net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other515net/unix/af_unix.cif(other==NULL)
other520net/unix/af_unix.cif(other->type!=sk->type)
other525net/unix/af_unix.cother->protinfo.af_unix.locks++;    /* Lock the other socket so it doesn't run off for a moment */
other526net/unix/af_unix.cother->ack_backlog++;
other527net/unix/af_unix.csk->protinfo.af_unix.other=other;
other528net/unix/af_unix.cskb_queue_tail(&other->receive_queue,skb);
other532net/unix/af_unix.cother->data_ready(other,0);    /* Wake up ! */    
other560net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other561net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other587net/unix/af_unix.cska->protinfo.af_unix.other=skb;
other588net/unix/af_unix.cskb->protinfo.af_unix.other=ska;
other642net/unix/af_unix.cnewsk->protinfo.af_unix.other=tsk;
other643net/unix/af_unix.ctsk->protinfo.af_unix.other=newsk;
other662net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other664net/unix/af_unix.csk=sk->protinfo.af_unix.other;
other681net/unix/af_unix.cunix_socket *other;
other709net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other765net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other766net/unix/af_unix.cif(sock->type==SOCK_DGRAM && other->dead)
other768net/unix/af_unix.cother->protinfo.af_unix.locks--;
other769net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other781net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other782net/unix/af_unix.cif(other==NULL)
other792net/unix/af_unix.cskb_queue_tail(&other->receive_queue, skb);
other794net/unix/af_unix.cother->data_ready(other,size);
other903net/unix/af_unix.cunix_socket *other=sk->protinfo.af_unix.other;
other908net/unix/af_unix.cif(other)
other910net/unix/af_unix.cother->shutdown|=RCV_SHUTDOWN;
other911net/unix/af_unix.cother->state_change(other);
other914net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other919net/unix/af_unix.cif(other)
other921net/unix/af_unix.cother->shutdown|=SEND_SHUTDOWN;
other922net/unix/af_unix.cother->state_change(other);