taglinefilesource code
opt97drivers/char/tty_ioctl.cstatic int set_termios(struct tty_struct * tty, unsigned long arg, int opt)
opt108drivers/char/tty_ioctl.cif (opt & TERMIOS_TERMIO) {
opt131drivers/char/tty_ioctl.cif ((opt & TERMIOS_FLUSH) && tty->ldisc.flush_buffer)
opt134drivers/char/tty_ioctl.cif (opt & TERMIOS_WAIT)
opt223drivers/char/tty_ioctl.cint opt = 0;
opt242drivers/char/tty_ioctl.copt |= TERMIOS_FLUSH;
opt244drivers/char/tty_ioctl.copt |= TERMIOS_WAIT;
opt246drivers/char/tty_ioctl.creturn set_termios(real_tty, arg, opt);
opt250drivers/char/tty_ioctl.copt |= TERMIOS_FLUSH;
opt252drivers/char/tty_ioctl.copt |= TERMIOS_WAIT;
opt254drivers/char/tty_ioctl.creturn set_termios(real_tty, arg, opt|TERMIOS_TERMIO);
opt156fs/isofs/inode.cstruct iso9660_options opt;
opt158fs/isofs/inode.cif (!parse_options((char *) data,&opt)) {
opt164fs/isofs/inode.cprintk("map = %c\n", opt.map);
opt165fs/isofs/inode.cprintk("rock = %c\n", opt.rock);
opt166fs/isofs/inode.cprintk("cruft = %c\n", opt.cruft);
opt167fs/isofs/inode.cprintk("conversion = %c\n", opt.conversion);
opt168fs/isofs/inode.cprintk("blocksize = %d\n", opt.blocksize);
opt169fs/isofs/inode.cprintk("gid = %d\n", opt.gid);
opt170fs/isofs/inode.cprintk("uid = %d\n", opt.uid);
opt175fs/isofs/inode.cint i = opt.blocksize;
opt181fs/isofs/inode.cset_blocksize(dev, opt.blocksize);
opt188fs/isofs/inode.cif (!(bh = bread(dev, iso_blknum << (ISOFS_BLOCK_BITS-blocksize_bits), opt.blocksize))) {
opt208fs/isofs/inode.copt.rock = 'n';
opt295fs/isofs/inode.cs->u.isofs_sb.s_mapping = opt.map;
opt296fs/isofs/inode.cs->u.isofs_sb.s_rock = (opt.rock == 'y' ? 1 : 0);
opt297fs/isofs/inode.cs->u.isofs_sb.s_conversion = opt.conversion;
opt298fs/isofs/inode.cs->u.isofs_sb.s_cruft = opt.cruft;
opt299fs/isofs/inode.cs->u.isofs_sb.s_uid = opt.uid;
opt300fs/isofs/inode.cs->u.isofs_sb.s_gid = opt.gid;
opt301fs/isofs/inode.cs->s_blocksize = opt.blocksize;
opt307include/linux/ext2_fs.h#define clear_opt(o, opt)    o &= ~EXT2_MOUNT_##opt
opt308include/linux/ext2_fs.h#define set_opt(o, opt)      o |= EXT2_MOUNT_##opt
opt309include/linux/ext2_fs.h#define test_opt(sb, opt)    ((sb)->u.ext2_sb.s_mount_opt & \
opt310include/linux/ext2_fs.hEXT2_MOUNT_##opt)
opt588net/inet/af_inet.csk->opt = NULL;
opt385net/inet/icmp.cstruct options *opt)
opt408net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt452net/inet/icmp.cstruct options *opt)
opt488net/inet/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, 
opt541net/inet/icmp.cstruct options *opt)
opt554net/inet/icmp.cstruct options *opt)
opt579net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt621net/inet/icmp.cint icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt691net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt699net/inet/icmp.cicmp_timestamp(icmph, skb1, dev, saddr, daddr, len, opt);
opt707net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt715net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt31net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt189net/inet/igmp.cint igmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt150net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt156net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt173net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt220net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt261net/inet/ip.copt = &optmem;
opt336net/inet/ip.cbuild_options(iph, opt);
opt348net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt355net/inet/ip.copt->record_route.route_size = 0;
opt356net/inet/ip.copt->loose_route.route_size  = 0;
opt357net/inet/ip.copt->strict_route.route_size = 0;
opt358net/inet/ip.copt->tstamp.ptr              = 0;
opt359net/inet/ip.copt->security                = 0;
opt360net/inet/ip.copt->compartment             = 0;
opt361net/inet/ip.copt->handling                = 0;
opt362net/inet/ip.copt->stream                  = 0;
opt363net/inet/ip.copt->tcc                     = 0;
opt382net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt384net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt386net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt388net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt396net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt399net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt402net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt405net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt413net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt416net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt419net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt422net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt430net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt433net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt436net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt439net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt446net/inet/ip.copt->stream = *(unsigned short *)buff;
opt453net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt456net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt458net/inet/ip.copt->tstamp.x.full_char = *buff;
opt460net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt461net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt469net/inet/ip.cif (opt->record_route.route_size == 0) {
opt470net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt471net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt472net/inet/ip.csizeof(opt->record_route));
opt473net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt474net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt475net/inet/ip.csizeof(opt->record_route));
opt479net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt480net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt481net/inet/ip.cstrict_route(iph, opt);
opt485net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt486net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt487net/inet/ip.cloose_route(iph, opt);
opt1490net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1547net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1548net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1732net/inet/ip.cipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr,
opt83net/inet/ip.hstruct options *opt, int len,
opt482net/inet/ipx.cint err,opt;
opt492net/inet/ipx.copt=get_fs_long((unsigned long *)optval);
opt502net/inet/ipx.csk->ipx_type=opt;
opt32net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt36net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt183net/inet/raw.csk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl);
opt547net/inet/route.cstruct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr)
opt578net/inet/route.cstruct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr)
opt48net/inet/route.hextern struct rtable  *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr);
opt49net/inet/route.hextern struct rtable   *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr);
opt534net/inet/sock.csk->prot->rcv(skb, skb->dev, sk->opt,
opt57net/inet/sock.hstruct options    *opt;
opt215net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
opt226net/inet/sock.hstruct options *opt, unsigned long daddr,
opt1015net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1355net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1482net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1894net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt2004net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt2038net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt,
opt2177net/inet/tcp.cstruct options *opt, struct device *dev, unsigned long seq)
opt2199net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt2567net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt3958net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt4045net/inet/tcp.cint tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt4113net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt4144net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt4190net/inet/tcp.ctcp_reset(daddr,saddr,th,sk->prot,opt,dev,sk->ip_tos, sk->ip_ttl);
opt4210net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev, tcp_init_seq());
opt4250net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt4342net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr,opt, dev,seq+128000);
opt4356net/inet/tcp.cif(!tcp_sequence(sk,th,len,opt,saddr,dev))
opt4372net/inet/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
opt4389net/inet/tcp.ctcp_reset(daddr, saddr, th,sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt4472net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt121net/inet/tcp.hstruct options *opt, unsigned long daddr,
opt289net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,ttl);
opt566net/inet/udp.cint udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/inet/udp.hstruct options *opt, unsigned long daddr,