| tag | line | file | source code | 
| other | 242 | drivers/char/pty.c | pty_driver.other = &pty_slave_driver; | 
| other | 262 | drivers/char/pty.c | pty_slave_driver.other = &pty_driver; | 
| other | 268 | drivers/char/pty.c | old_pty_driver.other = &old_pty_slave_driver; | 
| other | 274 | drivers/char/pty.c | old_pty_slave_driver.other = &old_pty_driver; | 
| other | 852 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; | 
| other | 853 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; | 
| other | 854 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; | 
| other | 863 | drivers/char/tty_io.c | o_device = MKDEV(driver->other->major, | 
| other | 864 | drivers/char/tty_io.c | driver->other->minor_start + idx); | 
| other | 867 | drivers/char/tty_io.c | o_tty->driver = *driver->other; | 
| other | 875 | drivers/char/tty_io.c | *o_tp = driver->other->init_termios; | 
| other | 934 | drivers/char/tty_io.c | (*driver->other->refcount)++; | 
| other | 1028 | drivers/char/tty_io.c | if (tty->driver.other) { | 
| other | 1029 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { | 
| other | 1035 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { | 
| other | 1041 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { | 
| other | 1079 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; | 
| other | 1080 | drivers/char/tty_io.c | tty->driver.other->termios[idx] = NULL; | 
| other | 111 | include/linux/tty_driver.h | struct tty_driver *other; /* only used for the PTY driver */ | 
| other | 77 | include/net/sock.h | struct sock *    other; | 
| other | 218 | net/ipv4/udp.c | __u32 other; | 
| other | 314 | net/ipv4/udp.c | ufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256; | 
| other | 346 | net/unix/af_unix.c | skpair=(unix_socket *)sk->protinfo.af_unix.other;  /* Person we send to (default) */ | 
| other | 354 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL;    /* No pair */ | 
| other | 444 | net/unix/af_unix.c | unix_socket *other; | 
| other | 448 | net/unix/af_unix.c | if(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other) | 
| other | 476 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other) | 
| other | 478 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; | 
| other | 479 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; | 
| other | 482 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); | 
| other | 483 | net/unix/af_unix.c | if(other==NULL) | 
| other | 485 | net/unix/af_unix.c | if(other->type!=sk->type) | 
| other | 487 | net/unix/af_unix.c | other->protinfo.af_unix.locks++; | 
| other | 488 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; | 
| other | 508 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); | 
| other | 509 | net/unix/af_unix.c | if(other==NULL) | 
| other | 514 | net/unix/af_unix.c | if(other->type!=sk->type) | 
| other | 519 | net/unix/af_unix.c | other->protinfo.af_unix.locks++;    /* Lock the other socket so it doesn't run off for a moment */ | 
| other | 520 | net/unix/af_unix.c | other->ack_backlog++; | 
| other | 521 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; | 
| other | 522 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue,skb); | 
| other | 526 | net/unix/af_unix.c | other->data_ready(other,0);    /* Wake up ! */     | 
| other | 554 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; | 
| other | 555 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; | 
| other | 581 | net/unix/af_unix.c | ska->protinfo.af_unix.other=skb; | 
| other | 582 | net/unix/af_unix.c | skb->protinfo.af_unix.other=ska; | 
| other | 636 | net/unix/af_unix.c | newsk->protinfo.af_unix.other=tsk; | 
| other | 637 | net/unix/af_unix.c | tsk->protinfo.af_unix.other=newsk; | 
| other | 656 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) | 
| other | 658 | net/unix/af_unix.c | sk=sk->protinfo.af_unix.other; | 
| other | 874 | net/unix/af_unix.c | unix_socket *other; | 
| other | 909 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) | 
| other | 998 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; | 
| other | 999 | net/unix/af_unix.c | if(sock->type==SOCK_DGRAM && other->dead) | 
| other | 1001 | net/unix/af_unix.c | other->protinfo.af_unix.locks--; | 
| other | 1002 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; | 
| other | 1015 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); | 
| other | 1016 | net/unix/af_unix.c | if(other==NULL) | 
| other | 1026 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue, skb); | 
| other | 1029 | net/unix/af_unix.c | other->data_ready(other,size); | 
| other | 1167 | net/unix/af_unix.c | unix_socket *other=sk->protinfo.af_unix.other; | 
| other | 1172 | net/unix/af_unix.c | if(other) | 
| other | 1174 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; | 
| other | 1175 | net/unix/af_unix.c | other->state_change(other); | 
| other | 1178 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; | 
| other | 1183 | net/unix/af_unix.c | if(other) | 
| other | 1185 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; | 
| other | 1186 | net/unix/af_unix.c | other->state_change(other); |