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);
opt209fs/isofs/inode.cstruct iso9660_options opt;
opt213fs/isofs/inode.cif (!parse_options((char *) data,&opt)) {
opt220fs/isofs/inode.cprintk("map = %c\n", opt.map);
opt221fs/isofs/inode.cprintk("rock = %c\n", opt.rock);
opt222fs/isofs/inode.cprintk("cruft = %c\n", opt.cruft);
opt223fs/isofs/inode.cprintk("unhide = %c\n", opt.unhide);
opt224fs/isofs/inode.cprintk("conversion = %c\n", opt.conversion);
opt225fs/isofs/inode.cprintk("blocksize = %d\n", opt.blocksize);
opt226fs/isofs/inode.cprintk("gid = %d\n", opt.gid);
opt227fs/isofs/inode.cprintk("uid = %d\n", opt.uid);
opt232fs/isofs/inode.cint i = opt.blocksize;
opt238fs/isofs/inode.cset_blocksize(dev, opt.blocksize);
opt250fs/isofs/inode.cif (!(bh = bread(dev, iso_blknum << (ISOFS_BLOCK_BITS-blocksize_bits), opt.blocksize))) {
opt271fs/isofs/inode.copt.rock = 'n';
opt359fs/isofs/inode.cs->u.isofs_sb.s_mapping = opt.map;
opt360fs/isofs/inode.cs->u.isofs_sb.s_rock = (opt.rock == 'y' ? 1 : 0);
opt361fs/isofs/inode.cs->u.isofs_sb.s_conversion = opt.conversion;
opt362fs/isofs/inode.cs->u.isofs_sb.s_cruft = opt.cruft;
opt363fs/isofs/inode.cs->u.isofs_sb.s_unhide = opt.unhide;
opt364fs/isofs/inode.cs->u.isofs_sb.s_uid = opt.uid;
opt365fs/isofs/inode.cs->u.isofs_sb.s_gid = opt.gid;
opt370fs/isofs/inode.cs->u.isofs_sb.s_mode = opt.mode & 0777;
opt371fs/isofs/inode.cs->s_blocksize = opt.blocksize;
opt310include/linux/ext2_fs.h#define clear_opt(o, opt)    o &= ~EXT2_MOUNT_##opt
opt311include/linux/ext2_fs.h#define set_opt(o, opt)      o |= EXT2_MOUNT_##opt
opt312include/linux/ext2_fs.h#define test_opt(sb, opt)    ((sb)->u.ext2_sb.s_mount_opt & \
opt313include/linux/ext2_fs.hEXT2_MOUNT_##opt)
opt617net/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,
opt159net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt165net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt182net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt229net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt270net/inet/ip.copt = &optmem;
opt345net/inet/ip.cbuild_options(iph, opt);
opt353net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt360net/inet/ip.copt->record_route.route_size = 0;
opt361net/inet/ip.copt->loose_route.route_size  = 0;
opt362net/inet/ip.copt->strict_route.route_size = 0;
opt363net/inet/ip.copt->tstamp.ptr              = 0;
opt364net/inet/ip.copt->security                = 0;
opt365net/inet/ip.copt->compartment             = 0;
opt366net/inet/ip.copt->handling                = 0;
opt367net/inet/ip.copt->stream                  = 0;
opt368net/inet/ip.copt->tcc                     = 0;
opt387net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt389net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt391net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt393net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt401net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt404net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt407net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt410net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt418net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt421net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt424net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt427net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt435net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt438net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt441net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt444net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt451net/inet/ip.copt->stream = *(unsigned short *)buff;
opt458net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt461net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt463net/inet/ip.copt->tstamp.x.full_char = *buff;
opt465net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt466net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt474net/inet/ip.cif (opt->record_route.route_size == 0) {
opt475net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt476net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt477net/inet/ip.csizeof(opt->record_route));
opt478net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt479net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt480net/inet/ip.csizeof(opt->record_route));
opt484net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt485net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt486net/inet/ip.cstrict_route(iph, opt);
opt490net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt491net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt492net/inet/ip.cloose_route(iph, opt);
opt1467net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1529net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1530net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1714net/inet/ip.cipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr,
opt84net/inet/ip.hstruct options *opt, int len,
opt149net/inet/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
opt184net/inet/ip_fw.cif (!frag1 && (opt != 1) && (ip->protocol == IPPROTO_TCP ||
opt337net/inet/ip_fw.cif(opt != 1) {
opt369net/inet/ip_fw.cif (opt != 2) {
opt373net/inet/ip_fw.cif (opt != 1)
opt377net/inet/ip_fw.cif(opt == 1)
opt1271net/inet/ipx.cint err,opt;
opt1281net/inet/ipx.copt=get_fs_long((unsigned long *)optval);
opt1289net/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,
opt1345net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1696net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1831net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt2338net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt2494net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt2528net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt,
opt2675net/inet/tcp.cstruct options *opt, struct device *dev, unsigned long seq)
opt2697net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt4419net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt4506net/inet/tcp.cint tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt4574net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt4605net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt4651net/inet/tcp.ctcp_reset(daddr,saddr,th,sk->prot,opt,dev,sk->ip_tos, sk->ip_ttl);
opt4671net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev, tcp_init_seq());
opt4711net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt4808net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr,opt, dev,seq+128000);
opt4824net/inet/tcp.cif(!tcp_sequence(sk,th,len,opt,saddr,dev))
opt4840net/inet/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
opt4857net/inet/tcp.ctcp_reset(daddr, saddr, th,sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt4941net/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,