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 | 210 | fs/isofs/inode.c | struct iso9660_options opt; |
opt | 214 | fs/isofs/inode.c | if (!parse_options((char *) data,&opt)) { |
opt | 221 | fs/isofs/inode.c | printk("map = %c\n", opt.map); |
opt | 222 | fs/isofs/inode.c | printk("rock = %c\n", opt.rock); |
opt | 223 | fs/isofs/inode.c | printk("cruft = %c\n", opt.cruft); |
opt | 224 | fs/isofs/inode.c | printk("unhide = %c\n", opt.unhide); |
opt | 225 | fs/isofs/inode.c | printk("conversion = %c\n", opt.conversion); |
opt | 226 | fs/isofs/inode.c | printk("blocksize = %d\n", opt.blocksize); |
opt | 227 | fs/isofs/inode.c | printk("gid = %d\n", opt.gid); |
opt | 228 | fs/isofs/inode.c | printk("uid = %d\n", opt.uid); |
opt | 233 | fs/isofs/inode.c | int i = opt.blocksize; |
opt | 239 | fs/isofs/inode.c | set_blocksize(dev, opt.blocksize); |
opt | 251 | fs/isofs/inode.c | if (!(bh = bread(dev, iso_blknum << (ISOFS_BLOCK_BITS-blocksize_bits), opt.blocksize))) { |
opt | 272 | fs/isofs/inode.c | opt.rock = 'n'; |
opt | 360 | fs/isofs/inode.c | s->u.isofs_sb.s_mapping = opt.map; |
opt | 361 | fs/isofs/inode.c | s->u.isofs_sb.s_rock = (opt.rock == 'y' ? 1 : 0); |
opt | 362 | fs/isofs/inode.c | s->u.isofs_sb.s_conversion = opt.conversion; |
opt | 363 | fs/isofs/inode.c | s->u.isofs_sb.s_cruft = opt.cruft; |
opt | 364 | fs/isofs/inode.c | s->u.isofs_sb.s_unhide = opt.unhide; |
opt | 365 | fs/isofs/inode.c | s->u.isofs_sb.s_uid = opt.uid; |
opt | 366 | fs/isofs/inode.c | s->u.isofs_sb.s_gid = opt.gid; |
opt | 371 | fs/isofs/inode.c | s->u.isofs_sb.s_mode = opt.mode & 0777; |
opt | 372 | fs/isofs/inode.c | s->s_blocksize = opt.blocksize; |
opt | 315 | include/linux/ext2_fs.h | #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt |
opt | 316 | include/linux/ext2_fs.h | #define set_opt(o, opt) o |= EXT2_MOUNT_##opt |
opt | 317 | include/linux/ext2_fs.h | #define test_opt(sb, opt) ((sb)->u.ext2_sb.s_mount_opt & \ |
opt | 318 | include/linux/ext2_fs.h | EXT2_MOUNT_##opt) |
opt | 31 | include/net/icmp.h | struct options *opt, unsigned long daddr, |
opt | 87 | include/net/ip.h | struct options *opt, int len, |
opt | 1 | include/net/ipip.h | extern int ipip_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 32 | include/net/protocol.h | struct options *opt, unsigned long daddr, |
opt | 36 | include/net/protocol.h | struct options *opt, unsigned long daddr, |
opt | 49 | include/net/route.h | extern struct rtable *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
opt | 50 | include/net/route.h | extern struct rtable *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
opt | 65 | include/net/sock.h | struct options *opt; |
opt | 237 | include/net/sock.h | struct options *opt, int len, int tos, int ttl); |
opt | 248 | include/net/sock.h | struct options *opt, unsigned long daddr, |
opt | 128 | include/net/tcp.h | struct options *opt, unsigned long daddr, |
opt | 46 | include/net/udp.h | struct options *opt, unsigned long daddr, |
opt | 939 | net/appletalk/ddp.c | int err,opt; |
opt | 949 | net/appletalk/ddp.c | opt=get_fs_long((unsigned long *)optval); |
opt | 639 | net/ax25/af_ax25.c | int err, opt; |
opt | 655 | net/ax25/af_ax25.c | opt = get_fs_long((unsigned long *)optval); |
opt | 659 | net/ax25/af_ax25.c | if (opt < 1 || opt > 7) |
opt | 661 | net/ax25/af_ax25.c | sk->ax25->window = opt; |
opt | 665 | net/ax25/af_ax25.c | if (opt < 1) |
opt | 667 | net/ax25/af_ax25.c | sk->ax25->rtt = (opt * PR_SLOWHZ) / 2; |
opt | 671 | net/ax25/af_ax25.c | if (opt < 1) |
opt | 673 | net/ax25/af_ax25.c | sk->ax25->t2 = opt * PR_SLOWHZ; |
opt | 677 | net/ax25/af_ax25.c | if (opt < 1 || opt > 31) |
opt | 679 | net/ax25/af_ax25.c | sk->ax25->n2 = opt; |
opt | 683 | net/ax25/af_ax25.c | if (opt < 1) |
opt | 685 | net/ax25/af_ax25.c | sk->ax25->t3 = opt * PR_SLOWHZ; |
opt | 689 | net/ax25/af_ax25.c | sk->ax25->backoff = opt ? 1 : 0; |
opt | 527 | net/core/sock.c | sk->prot->rcv(skb, skb->dev, sk->opt, |
opt | 633 | net/ipv4/af_inet.c | sk->opt = NULL; |
opt | 428 | net/ipv4/icmp.c | struct options *opt) |
opt | 451 | net/ipv4/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
opt | 495 | net/ipv4/icmp.c | struct options *opt) |
opt | 527 | net/ipv4/icmp.c | offset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, |
opt | 580 | net/ipv4/icmp.c | struct options *opt) |
opt | 593 | net/ipv4/icmp.c | struct options *opt) |
opt | 618 | net/ipv4/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
opt | 660 | net/ipv4/icmp.c | int icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt, |
opt | 730 | net/ipv4/icmp.c | icmp_echo(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 738 | net/ipv4/icmp.c | icmp_timestamp(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 746 | net/ipv4/icmp.c | icmp_info(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 754 | net/ipv4/icmp.c | icmp_address(icmph, skb1, dev, saddr, daddr, len, opt); |
opt | 202 | net/ipv4/igmp.c | int igmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 210 | net/ipv4/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
opt | 177 | net/ipv4/ip_fw.c | int ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt) |
opt | 212 | net/ipv4/ip_fw.c | if (!frag1 && (opt != 1) && (ip->protocol == IPPROTO_TCP || |
opt | 367 | net/ipv4/ip_fw.c | if(opt != 1) { |
opt | 399 | net/ipv4/ip_fw.c | if (opt != 2) { |
opt | 403 | net/ipv4/ip_fw.c | if (opt != 1) |
opt | 407 | net/ipv4/ip_fw.c | if(opt == 1) |
opt | 50 | net/ipv4/ipip.c | int ipip_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 564 | net/ipv4/route.c | struct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
opt | 598 | net/ipv4/route.c | struct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
opt | 1325 | net/ipv4/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 1670 | net/ipv4/tcp.c | IPPROTO_TCP, sk->opt, skb->truesize,sk->ip_tos,sk->ip_ttl); |
opt | 1801 | net/ipv4/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 2305 | net/ipv4/tcp.c | IPPROTO_TCP, sk->opt, |
opt | 2460 | net/ipv4/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
opt | 2491 | net/ipv4/tcp.c | tmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt, |
opt | 2637 | net/ipv4/tcp.c | struct options *opt, struct device *dev, u32 seq) |
opt | 2659 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl); |
opt | 4379 | net/ipv4/tcp.c | struct options *opt, unsigned long saddr, struct device *dev) |
opt | 4467 | net/ipv4/tcp.c | int tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 4542 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
opt | 4573 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
opt | 4619 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th,sk->prot,opt,dev,sk->ip_tos, sk->ip_ttl); |
opt | 4639 | net/ipv4/tcp.c | tcp_conn_request(sk, skb, daddr, saddr, opt, dev, tcp_init_seq()); |
opt | 4679 | net/ipv4/tcp.c | sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl); |
opt | 4776 | net/ipv4/tcp.c | tcp_conn_request(sk, skb, daddr, saddr,opt, dev,seq+128000); |
opt | 4792 | net/ipv4/tcp.c | if(!tcp_sequence(sk,th,len,opt,saddr,dev)) |
opt | 4808 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
opt | 4825 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th,sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl); |
opt | 4949 | net/ipv4/tcp.c | IPPROTO_TCP, sk->opt, buff->truesize, |
opt | 5049 | net/ipv4/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl); |
opt | 510 | net/ipv4/udp.c | int udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 1276 | net/ipx/af_ipx.c | int err,opt; |
opt | 1286 | net/ipx/af_ipx.c | opt=get_fs_long((unsigned long *)optval); |
opt | 1294 | net/ipx/af_ipx.c | sk->ipx_type=opt; |
opt | 271 | net/netrom/af_netrom.c | int err, opt; |
opt | 287 | net/netrom/af_netrom.c | opt = get_fs_long((unsigned long *)optval); |
opt | 291 | net/netrom/af_netrom.c | if (opt < 1) |
opt | 293 | net/netrom/af_netrom.c | sk->nr->rtt = (opt * PR_SLOWHZ) / 2; |
opt | 297 | net/netrom/af_netrom.c | if (opt < 1) |
opt | 299 | net/netrom/af_netrom.c | sk->nr->t2 = opt * PR_SLOWHZ; |
opt | 303 | net/netrom/af_netrom.c | if (opt < 1 || opt > 31) |
opt | 305 | net/netrom/af_netrom.c | sk->nr->n2 = opt; |