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;
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 */
other73include/net/sock.hstruct sock *    other;
other220net/ipv4/udp.c__u32 other;
other316net/ipv4/udp.cufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256;
other308net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other359net/unix/af_unix.cskpair=(unix_socket *)sk->protinfo.af_unix.other;  /* Person we send to (default) */
other367net/unix/af_unix.csk->protinfo.af_unix.other=NULL;    /* No pair */
other457net/unix/af_unix.cunix_socket *other;
other461net/unix/af_unix.cif(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other)
other489net/unix/af_unix.cif(sk->protinfo.af_unix.other)
other491net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other492net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other495net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other496net/unix/af_unix.cif(other==NULL)
other498net/unix/af_unix.cif(other->type!=sk->type)
other500net/unix/af_unix.cother->protinfo.af_unix.locks++;
other501net/unix/af_unix.csk->protinfo.af_unix.other=other;
other521net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other522net/unix/af_unix.cif(other==NULL)
other527net/unix/af_unix.cif(other->type!=sk->type)
other532net/unix/af_unix.cother->protinfo.af_unix.locks++;    /* Lock the other socket so it doesn't run off for a moment */
other533net/unix/af_unix.cother->ack_backlog++;
other534net/unix/af_unix.csk->protinfo.af_unix.other=other;
other535net/unix/af_unix.cskb_queue_tail(&other->receive_queue,skb);
other539net/unix/af_unix.cother->data_ready(other,0);    /* Wake up ! */    
other567net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other568net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other594net/unix/af_unix.cska->protinfo.af_unix.other=skb;
other595net/unix/af_unix.cskb->protinfo.af_unix.other=ska;
other649net/unix/af_unix.cnewsk->protinfo.af_unix.other=tsk;
other650net/unix/af_unix.ctsk->protinfo.af_unix.other=newsk;
other669net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other671net/unix/af_unix.csk=sk->protinfo.af_unix.other;
other691net/unix/af_unix.cunix_socket *other;
other722net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other798net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other799net/unix/af_unix.cif(sock->type==SOCK_DGRAM && other->dead)
other801net/unix/af_unix.cother->protinfo.af_unix.locks--;
other802net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other815net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other816net/unix/af_unix.cif(other==NULL)
other832net/unix/af_unix.cskb_queue_tail(&other->receive_queue, skb);
other836net/unix/af_unix.cother->data_ready(other,size);
other985net/unix/af_unix.cunix_socket *other=sk->protinfo.af_unix.other;
other990net/unix/af_unix.cif(other)
other992net/unix/af_unix.cother->shutdown|=RCV_SHUTDOWN;
other993net/unix/af_unix.cother->state_change(other);
other996net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other1001net/unix/af_unix.cif(other)
other1003net/unix/af_unix.cother->shutdown|=SEND_SHUTDOWN;
other1004net/unix/af_unix.cother->state_change(other);