taglinefilesource code
other242drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other262drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other268drivers/char/pty.cold_pty_driver.other = &old_pty_slave_driver;
other274drivers/char/pty.cold_pty_slave_driver.other = &old_pty_driver;
other852drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other853drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other854drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other863drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other864drivers/char/tty_io.cdriver->other->minor_start + idx);
other867drivers/char/tty_io.co_tty->driver = *driver->other;
other875drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other934drivers/char/tty_io.c(*driver->other->refcount)++;
other1028drivers/char/tty_io.cif (tty->driver.other) {
other1029drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other1035drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other1041drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other1079drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other1080drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */
other77include/net/sock.hstruct sock *    other;
other220net/ipv4/udp.c__u32 other;
other316net/ipv4/udp.cufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256;
other313net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other364net/unix/af_unix.cskpair=(unix_socket *)sk->protinfo.af_unix.other;  /* Person we send to (default) */
other372net/unix/af_unix.csk->protinfo.af_unix.other=NULL;    /* No pair */
other462net/unix/af_unix.cunix_socket *other;
other466net/unix/af_unix.cif(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other)
other494net/unix/af_unix.cif(sk->protinfo.af_unix.other)
other496net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other497net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other500net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other501net/unix/af_unix.cif(other==NULL)
other503net/unix/af_unix.cif(other->type!=sk->type)
other505net/unix/af_unix.cother->protinfo.af_unix.locks++;
other506net/unix/af_unix.csk->protinfo.af_unix.other=other;
other526net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other527net/unix/af_unix.cif(other==NULL)
other532net/unix/af_unix.cif(other->type!=sk->type)
other537net/unix/af_unix.cother->protinfo.af_unix.locks++;    /* Lock the other socket so it doesn't run off for a moment */
other538net/unix/af_unix.cother->ack_backlog++;
other539net/unix/af_unix.csk->protinfo.af_unix.other=other;
other540net/unix/af_unix.cskb_queue_tail(&other->receive_queue,skb);
other544net/unix/af_unix.cother->data_ready(other,0);    /* Wake up ! */    
other572net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other573net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other599net/unix/af_unix.cska->protinfo.af_unix.other=skb;
other600net/unix/af_unix.cskb->protinfo.af_unix.other=ska;
other654net/unix/af_unix.cnewsk->protinfo.af_unix.other=tsk;
other655net/unix/af_unix.ctsk->protinfo.af_unix.other=newsk;
other674net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other676net/unix/af_unix.csk=sk->protinfo.af_unix.other;
other892net/unix/af_unix.cunix_socket *other;
other927net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other1016net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other1017net/unix/af_unix.cif(sock->type==SOCK_DGRAM && other->dead)
other1019net/unix/af_unix.cother->protinfo.af_unix.locks--;
other1020net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other1033net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other1034net/unix/af_unix.cif(other==NULL)
other1044net/unix/af_unix.cskb_queue_tail(&other->receive_queue, skb);
other1047net/unix/af_unix.cother->data_ready(other,size);
other1185net/unix/af_unix.cunix_socket *other=sk->protinfo.af_unix.other;
other1190net/unix/af_unix.cif(other)
other1192net/unix/af_unix.cother->shutdown|=RCV_SHUTDOWN;
other1193net/unix/af_unix.cother->state_change(other);
other1196net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other1201net/unix/af_unix.cif(other)
other1203net/unix/af_unix.cother->shutdown|=SEND_SHUTDOWN;
other1204net/unix/af_unix.cother->state_change(other);