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);
opt203fs/isofs/inode.cstruct iso9660_options opt;
opt207fs/isofs/inode.cif (!parse_options((char *) data,&opt)) {
opt214fs/isofs/inode.cprintk("map = %c\n", opt.map);
opt215fs/isofs/inode.cprintk("rock = %c\n", opt.rock);
opt216fs/isofs/inode.cprintk("cruft = %c\n", opt.cruft);
opt217fs/isofs/inode.cprintk("conversion = %c\n", opt.conversion);
opt218fs/isofs/inode.cprintk("blocksize = %d\n", opt.blocksize);
opt219fs/isofs/inode.cprintk("gid = %d\n", opt.gid);
opt220fs/isofs/inode.cprintk("uid = %d\n", opt.uid);
opt225fs/isofs/inode.cint i = opt.blocksize;
opt231fs/isofs/inode.cset_blocksize(dev, opt.blocksize);
opt243fs/isofs/inode.cif (!(bh = bread(dev, iso_blknum << (ISOFS_BLOCK_BITS-blocksize_bits), opt.blocksize))) {
opt264fs/isofs/inode.copt.rock = 'n';
opt352fs/isofs/inode.cs->u.isofs_sb.s_mapping = opt.map;
opt353fs/isofs/inode.cs->u.isofs_sb.s_rock = (opt.rock == 'y' ? 1 : 0);
opt354fs/isofs/inode.cs->u.isofs_sb.s_conversion = opt.conversion;
opt355fs/isofs/inode.cs->u.isofs_sb.s_cruft = opt.cruft;
opt356fs/isofs/inode.cs->u.isofs_sb.s_uid = opt.uid;
opt357fs/isofs/inode.cs->u.isofs_sb.s_gid = opt.gid;
opt362fs/isofs/inode.cs->u.isofs_sb.s_mode = opt.mode & 0777;
opt363fs/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)
opt612net/inet/af_inet.csk->opt = NULL;
opt410net/inet/icmp.cstruct options *opt)
opt433net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt477net/inet/icmp.cstruct options *opt)
opt513net/inet/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, 
opt566net/inet/icmp.cstruct options *opt)
opt579net/inet/icmp.cstruct options *opt)
opt604net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt646net/inet/icmp.cint icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt716net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt724net/inet/icmp.cicmp_timestamp(icmph, skb1, dev, saddr, daddr, len, opt);
opt732net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt740net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt31net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt193net/inet/igmp.cint igmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt157net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt163net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt180net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt227net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt268net/inet/ip.copt = &optmem;
opt343net/inet/ip.cbuild_options(iph, opt);
opt351net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt358net/inet/ip.copt->record_route.route_size = 0;
opt359net/inet/ip.copt->loose_route.route_size  = 0;
opt360net/inet/ip.copt->strict_route.route_size = 0;
opt361net/inet/ip.copt->tstamp.ptr              = 0;
opt362net/inet/ip.copt->security                = 0;
opt363net/inet/ip.copt->compartment             = 0;
opt364net/inet/ip.copt->handling                = 0;
opt365net/inet/ip.copt->stream                  = 0;
opt366net/inet/ip.copt->tcc                     = 0;
opt385net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt387net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt389net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt391net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt399net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt402net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt405net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt408net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt416net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt419net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt422net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt425net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt433net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt436net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt439net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt442net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt449net/inet/ip.copt->stream = *(unsigned short *)buff;
opt456net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt459net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt461net/inet/ip.copt->tstamp.x.full_char = *buff;
opt463net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt464net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt472net/inet/ip.cif (opt->record_route.route_size == 0) {
opt473net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt474net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt475net/inet/ip.csizeof(opt->record_route));
opt476net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt477net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt478net/inet/ip.csizeof(opt->record_route));
opt482net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt483net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt484net/inet/ip.cstrict_route(iph, opt);
opt488net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt489net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt490net/inet/ip.cloose_route(iph, opt);
opt1461net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1519net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1520net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1704net/inet/ip.cipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr,
opt84net/inet/ip.hstruct options *opt, int len,
opt1261net/inet/ipx.cint err,opt;
opt1271net/inet/ipx.copt=get_fs_long((unsigned long *)optval);
opt1281net/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);
opt549net/inet/route.cstruct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr)
opt580net/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);
opt557net/inet/sock.csk->prot->rcv(skb, skb->dev, sk->opt,
opt61net/inet/sock.hstruct options    *opt;
opt230net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
opt241net/inet/sock.hstruct options *opt, unsigned long daddr,
opt1342net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1693net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1828net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt2335net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt2491net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt2525net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt,
opt2672net/inet/tcp.cstruct options *opt, struct device *dev, unsigned long seq)
opt2694net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt4414net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt4501net/inet/tcp.cint tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt4569net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt4600net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt4646net/inet/tcp.ctcp_reset(daddr,saddr,th,sk->prot,opt,dev,sk->ip_tos, sk->ip_ttl);
opt4666net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev, tcp_init_seq());
opt4706net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt4803net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr,opt, dev,seq+128000);
opt4819net/inet/tcp.cif(!tcp_sequence(sk,th,len,opt,saddr,dev))
opt4835net/inet/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
opt4852net/inet/tcp.ctcp_reset(daddr, saddr, th,sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt4936net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt128net/inet/tcp.hstruct options *opt, unsigned long daddr,
opt290net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,ttl);
opt567net/inet/udp.cint udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/inet/udp.hstruct options *opt, unsigned long daddr,