taglinefilesource code
other235drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other254drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other822drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other823drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other824drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other833drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other834drivers/char/tty_io.cdriver->other->minor_start + idx);
other837drivers/char/tty_io.co_tty->driver = *driver->other;
other845drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other904drivers/char/tty_io.c(*driver->other->refcount)++;
other998drivers/char/tty_io.cif (tty->driver.other) {
other999drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other1005drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other1011drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other1049drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other1050drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */
other71include/net/sock.hstruct sock *    other;
other213net/ipv4/udp.cint other;
other309net/ipv4/udp.cufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256;
other285net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other335net/unix/af_unix.cskpair=(unix_socket *)sk->protinfo.af_unix.other;  /* Person we send to (default) */
other343net/unix/af_unix.csk->protinfo.af_unix.other=NULL;      /* No pair */
other424net/unix/af_unix.cunix_socket *other;
other428net/unix/af_unix.cif(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other)
other450net/unix/af_unix.cif(sk->type==SOCK_DGRAM && sk->protinfo.af_unix.other)
other452net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other453net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other459net/unix/af_unix.cother=unix_find_other(sun->sun_path, &err);
other460net/unix/af_unix.cif(other==NULL)
other462net/unix/af_unix.cother->protinfo.af_unix.locks++;
other463net/unix/af_unix.csk->protinfo.af_unix.other=other;
other483net/unix/af_unix.cother=unix_find_other(sun->sun_path, &err);
other484net/unix/af_unix.cif(other==NULL)
other489net/unix/af_unix.cother->protinfo.af_unix.locks++;    /* Lock the other socket so it doesn't run off for a moment */
other490net/unix/af_unix.cother->ack_backlog++;
other491net/unix/af_unix.csk->protinfo.af_unix.other=other;
other492net/unix/af_unix.cskb_queue_tail(&other->receive_queue,skb);
other496net/unix/af_unix.cother->data_ready(other,0);    /* Wake up ! */    
other524net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other525net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other563net/unix/af_unix.cska->protinfo.af_unix.other=skb;
other564net/unix/af_unix.cskb->protinfo.af_unix.other=ska;
other618net/unix/af_unix.cnewsk->protinfo.af_unix.other=tsk;
other619net/unix/af_unix.ctsk->protinfo.af_unix.other=newsk;
other638net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other640net/unix/af_unix.csk=sk->protinfo.af_unix.other;
other657net/unix/af_unix.cunix_socket *other;
other688net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other744net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other745net/unix/af_unix.cif(sock->type==SOCK_DGRAM && other->dead)
other747net/unix/af_unix.cother->protinfo.af_unix.locks--;
other748net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other760net/unix/af_unix.cother=unix_find_other(sun->sun_path, &err);
other761net/unix/af_unix.cif(other==NULL)
other771net/unix/af_unix.cskb_queue_tail(&other->receive_queue, skb);
other773net/unix/af_unix.cother->data_ready(other,size);
other900net/unix/af_unix.cunix_socket *other=sk->protinfo.af_unix.other;
other905net/unix/af_unix.cif(other)
other907net/unix/af_unix.cother->shutdown|=RCV_SHUTDOWN;
other908net/unix/af_unix.cother->state_change(other);
other911net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other916net/unix/af_unix.cif(other)
other918net/unix/af_unix.cother->shutdown|=SEND_SHUTDOWN;
other919net/unix/af_unix.cother->state_change(other);