tag | line | file | source code |
opt | 97 | drivers/char/tty_ioctl.c | static int set_termios(struct tty_struct * tty, unsigned long arg, int opt) |
opt | 108 | drivers/char/tty_ioctl.c | if (opt & TERMIOS_TERMIO) { |
opt | 131 | drivers/char/tty_ioctl.c | if ((opt & TERMIOS_FLUSH) && tty->ldisc.flush_buffer) |
opt | 134 | drivers/char/tty_ioctl.c | if (opt & TERMIOS_WAIT) |
opt | 223 | drivers/char/tty_ioctl.c | int opt = 0; |
opt | 242 | drivers/char/tty_ioctl.c | opt |= TERMIOS_FLUSH; |
opt | 244 | drivers/char/tty_ioctl.c | opt |= TERMIOS_WAIT; |
opt | 246 | drivers/char/tty_ioctl.c | return set_termios(real_tty, arg, opt); |
opt | 250 | drivers/char/tty_ioctl.c | opt |= TERMIOS_FLUSH; |
opt | 252 | drivers/char/tty_ioctl.c | opt |= TERMIOS_WAIT; |
opt | 254 | drivers/char/tty_ioctl.c | return set_termios(real_tty, arg, opt|TERMIOS_TERMIO); |
opt | 203 | fs/isofs/inode.c | struct iso9660_options opt; |
opt | 207 | fs/isofs/inode.c | if (!parse_options((char *) data,&opt)) { |
opt | 214 | fs/isofs/inode.c | printk("map = %c\n", opt.map); |
opt | 215 | fs/isofs/inode.c | printk("rock = %c\n", opt.rock); |
opt | 216 | fs/isofs/inode.c | printk("cruft = %c\n", opt.cruft); |
opt | 217 | fs/isofs/inode.c | printk("conversion = %c\n", opt.conversion); |
opt | 218 | fs/isofs/inode.c | printk("blocksize = %d\n", opt.blocksize); |
opt | 219 | fs/isofs/inode.c | printk("gid = %d\n", opt.gid); |
opt | 220 | fs/isofs/inode.c | printk("uid = %d\n", opt.uid); |
opt | 225 | fs/isofs/inode.c | int i = opt.blocksize; |
opt | 231 | fs/isofs/inode.c | set_blocksize(dev, opt.blocksize); |
opt | 243 | fs/isofs/inode.c | if (!(bh = bread(dev, iso_blknum << (ISOFS_BLOCK_BITS-blocksize_bits), opt.blocksize))) { |
opt | 264 | fs/isofs/inode.c | opt.rock = 'n'; |
opt | 352 | fs/isofs/inode.c | s->u.isofs_sb.s_mapping = opt.map; |
opt | 353 | fs/isofs/inode.c | s->u.isofs_sb.s_rock = (opt.rock == 'y' ? 1 : 0); |
opt | 354 | fs/isofs/inode.c | s->u.isofs_sb.s_conversion = opt.conversion; |
opt | 355 | fs/isofs/inode.c | s->u.isofs_sb.s_cruft = opt.cruft; |
opt | 356 | fs/isofs/inode.c | s->u.isofs_sb.s_uid = opt.uid; |
opt | 357 | fs/isofs/inode.c | s->u.isofs_sb.s_gid = opt.gid; |
opt | 362 | fs/isofs/inode.c | s->u.isofs_sb.s_mode = opt.mode & 0777; |
opt | 363 | fs/isofs/inode.c | s->s_blocksize = opt.blocksize; |
opt | 307 | include/linux/ext2_fs.h | #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt |
opt | 308 | include/linux/ext2_fs.h | #define set_opt(o, opt) o |= EXT2_MOUNT_##opt |
opt | 309 | include/linux/ext2_fs.h | #define test_opt(sb, opt) ((sb)->u.ext2_sb.s_mount_opt & \ |
opt | 310 | include/linux/ext2_fs.h | EXT2_MOUNT_##opt) |
opt | 610 | net/inet/af_inet.c | sk->opt = NULL; |
opt | 410 | net/inet/icmp.c | struct options *opt) |
opt | 433 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
opt | 477 | net/inet/icmp.c | struct options *opt) |
opt | 513 | net/inet/icmp.c | offset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, |
opt | 566 | net/inet/icmp.c | struct options *opt) |
opt | 579 | net/inet/icmp.c | struct options *opt) |
opt | 604 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
opt | 646 | net/inet/icmp.c | int icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt, |
opt | 716 | net/inet/icmp.c | icmp_echo(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 724 | net/inet/icmp.c | icmp_timestamp(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 732 | net/inet/icmp.c | icmp_info(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 740 | net/inet/icmp.c | icmp_address(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 31 | net/inet/icmp.h | struct options *opt, unsigned long daddr, |
opt | 193 | net/inet/igmp.c | int igmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 157 | net/inet/ip.c | strict_route(struct iphdr *iph, struct options *opt) |
opt | 163 | net/inet/ip.c | loose_route(struct iphdr *iph, struct options *opt) |
opt | 180 | net/inet/ip.c | build_options(struct iphdr *iph, struct options *opt) |
opt | 227 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
opt | 268 | net/inet/ip.c | opt = &optmem; |
opt | 343 | net/inet/ip.c | build_options(iph, opt); |
opt | 351 | net/inet/ip.c | do_options(struct iphdr *iph, struct options *opt) |
opt | 358 | net/inet/ip.c | opt->record_route.route_size = 0; |
opt | 359 | net/inet/ip.c | opt->loose_route.route_size = 0; |
opt | 360 | net/inet/ip.c | opt->strict_route.route_size = 0; |
opt | 361 | net/inet/ip.c | opt->tstamp.ptr = 0; |
opt | 362 | net/inet/ip.c | opt->security = 0; |
opt | 363 | net/inet/ip.c | opt->compartment = 0; |
opt | 364 | net/inet/ip.c | opt->handling = 0; |
opt | 365 | net/inet/ip.c | opt->stream = 0; |
opt | 366 | net/inet/ip.c | opt->tcc = 0; |
opt | 385 | net/inet/ip.c | opt->security = ntohs(*(unsigned short *)buff); |
opt | 387 | net/inet/ip.c | opt->compartment = ntohs(*(unsigned short *)buff); |
opt | 389 | net/inet/ip.c | opt->handling = ntohs(*(unsigned short *)buff); |
opt | 391 | net/inet/ip.c | opt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1)); |
opt | 399 | net/inet/ip.c | opt->loose_route.route_size = (*buff -3)/4; |
opt | 402 | net/inet/ip.c | opt->loose_route.pointer = *buff/4 - 1; |
opt | 405 | net/inet/ip.c | for (i = 0; i < opt->loose_route.route_size; i++) { |
opt | 408 | net/inet/ip.c | opt->loose_route.route[i] = *(unsigned long *)buff; |
opt | 416 | net/inet/ip.c | opt->strict_route.route_size = (*buff -3)/4; |
opt | 419 | net/inet/ip.c | opt->strict_route.pointer = *buff/4 - 1; |
opt | 422 | net/inet/ip.c | for (i = 0; i < opt->strict_route.route_size; i++) { |
opt | 425 | net/inet/ip.c | opt->strict_route.route[i] = *(unsigned long *)buff; |
opt | 433 | net/inet/ip.c | opt->record_route.route_size = (*buff -3)/4; |
opt | 436 | net/inet/ip.c | opt->record_route.pointer = *buff/4 - 1; |
opt | 439 | net/inet/ip.c | for (i = 0; i < opt->record_route.route_size; i++) { |
opt | 442 | net/inet/ip.c | opt->record_route.route[i] = *(unsigned long *)buff; |
opt | 449 | net/inet/ip.c | opt->stream = *(unsigned short *)buff; |
opt | 456 | net/inet/ip.c | opt->tstamp.len = *buff / 4 - 1; |
opt | 459 | net/inet/ip.c | opt->tstamp.ptr = (*buff-1)/4; |
opt | 461 | net/inet/ip.c | opt->tstamp.x.full_char = *buff; |
opt | 463 | net/inet/ip.c | for (i = 0; i < opt->tstamp.len; i++) { |
opt | 464 | net/inet/ip.c | opt->tstamp.data[i] = *(unsigned long *)buff; |
opt | 472 | net/inet/ip.c | if (opt->record_route.route_size == 0) { |
opt | 473 | net/inet/ip.c | if (opt->strict_route.route_size != 0) { |
opt | 474 | net/inet/ip.c | memcpy(&(opt->record_route), &(opt->strict_route), |
opt | 475 | net/inet/ip.c | sizeof(opt->record_route)); |
opt | 476 | net/inet/ip.c | } else if (opt->loose_route.route_size != 0) { |
opt | 477 | net/inet/ip.c | memcpy(&(opt->record_route), &(opt->loose_route), |
opt | 478 | net/inet/ip.c | sizeof(opt->record_route)); |
opt | 482 | net/inet/ip.c | if (opt->strict_route.route_size != 0 && |
opt | 483 | net/inet/ip.c | opt->strict_route.route_size != opt->strict_route.pointer) { |
opt | 484 | net/inet/ip.c | strict_route(iph, opt); |
opt | 488 | net/inet/ip.c | if (opt->loose_route.route_size != 0 && |
opt | 489 | net/inet/ip.c | opt->loose_route.route_size != opt->loose_route.pointer) { |
opt | 490 | net/inet/ip.c | loose_route(iph, opt); |
opt | 1461 | net/inet/ip.c | static struct options opt; /* since we don't use these yet, and they |
opt | 1519 | net/inet/ip.c | memset((char *) &opt, 0, sizeof(opt)); |
opt | 1520 | net/inet/ip.c | if (do_options(iph, &opt) != 0) |
opt | 1704 | net/inet/ip.c | ipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr, |
opt | 84 | net/inet/ip.h | struct options *opt, int len, |
opt | 1249 | net/inet/ipx.c | int err,opt; |
opt | 1259 | net/inet/ipx.c | opt=get_fs_long((unsigned long *)optval); |
opt | 1269 | net/inet/ipx.c | sk->ipx_type=opt; |
opt | 32 | net/inet/protocol.h | struct options *opt, unsigned long daddr, |
opt | 36 | net/inet/protocol.h | struct options *opt, unsigned long daddr, |
opt | 183 | net/inet/raw.c | sk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl); |
opt | 548 | net/inet/route.c | struct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
opt | 579 | net/inet/route.c | struct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
opt | 48 | net/inet/route.h | extern struct rtable *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
opt | 49 | net/inet/route.h | extern struct rtable *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
opt | 557 | net/inet/sock.c | sk->prot->rcv(skb, skb->dev, sk->opt, |
opt | 61 | net/inet/sock.h | struct options *opt; |
opt | 230 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
opt | 241 | net/inet/sock.h | struct options *opt, unsigned long daddr, |
opt | 1342 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 1693 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl); |
opt | 1828 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 2335 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, |
opt | 2491 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
opt | 2525 | net/inet/tcp.c | tmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt, |
opt | 2672 | net/inet/tcp.c | struct options *opt, struct device *dev, unsigned long seq) |
opt | 2694 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl); |
opt | 4414 | net/inet/tcp.c | struct options *opt, unsigned long saddr, struct device *dev) |
opt | 4501 | net/inet/tcp.c | int tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 4569 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
opt | 4600 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
opt | 4646 | net/inet/tcp.c | tcp_reset(daddr,saddr,th,sk->prot,opt,dev,sk->ip_tos, sk->ip_ttl); |
opt | 4666 | net/inet/tcp.c | tcp_conn_request(sk, skb, daddr, saddr, opt, dev, tcp_init_seq()); |
opt | 4706 | net/inet/tcp.c | sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl); |
opt | 4803 | net/inet/tcp.c | tcp_conn_request(sk, skb, daddr, saddr,opt, dev,seq+128000); |
opt | 4819 | net/inet/tcp.c | if(!tcp_sequence(sk,th,len,opt,saddr,dev)) |
opt | 4835 | net/inet/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
opt | 4852 | net/inet/tcp.c | tcp_reset(daddr, saddr, th,sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl); |
opt | 4936 | net/inet/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 128 | net/inet/tcp.h | struct options *opt, unsigned long daddr, |
opt | 290 | net/inet/udp.c | &dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,ttl); |
opt | 567 | net/inet/udp.c | int udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 44 | net/inet/udp.h | struct options *opt, unsigned long daddr, |