taglinefilesource code
opt257include/linux/ext2_fs.h#define clear_opt(o, opt)    o &= ~EXT2_MOUNT_##opt
opt258include/linux/ext2_fs.h#define set_opt(o, opt)      o |= EXT2_MOUNT_##opt
opt259include/linux/ext2_fs.h#define test_opt(sb, opt)    ((sb)->u.ext2_sb.s_mount_opt & \
opt260include/linux/ext2_fs.hEXT2_MOUNT_##opt)
opt238net/inet/icmp.cstruct options *opt)
opt258net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt290net/inet/icmp.cstruct options *opt)
opt302net/inet/icmp.cstruct options *opt)
opt322net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt355net/inet/icmp.cicmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt395net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt402net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt409net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt29net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt135net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt141net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt164net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt206net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt221net/inet/ip.cskb, saddr, daddr, *dev, type, opt, len));
opt237net/inet/ip.copt = &optmem;
opt275net/inet/ip.cbuild_options(iph, opt);
opt283net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt290net/inet/ip.copt->record_route.route_size = 0;
opt291net/inet/ip.copt->loose_route.route_size  = 0;
opt292net/inet/ip.copt->strict_route.route_size = 0;
opt293net/inet/ip.copt->tstamp.ptr              = 0;
opt294net/inet/ip.copt->security                = 0;
opt295net/inet/ip.copt->compartment             = 0;
opt296net/inet/ip.copt->handling                = 0;
opt297net/inet/ip.copt->stream                  = 0;
opt298net/inet/ip.copt->tcc                     = 0;
opt317net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt319net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt321net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt323net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt331net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt334net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt337net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt340net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt348net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt351net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt354net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt357net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt365net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt368net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt371net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt374net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt381net/inet/ip.copt->stream = *(unsigned short *)buff;
opt388net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt391net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt393net/inet/ip.copt->tstamp.x.full_char = *buff;
opt395net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt396net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt404net/inet/ip.cif (opt->record_route.route_size == 0) {
opt405net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt406net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt407net/inet/ip.csizeof(opt->record_route));
opt408net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt409net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt410net/inet/ip.csizeof(opt->record_route));
opt414net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt415net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt416net/inet/ip.cstrict_route(iph, opt);
opt420net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt421net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt422net/inet/ip.cloose_route(iph, opt);
opt1197net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1217net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1218net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1321net/inet/ip.cipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr,
opt72net/inet/ip.hstruct options *opt, int len,
opt32net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt36net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt94net/inet/raw.craw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt102net/inet/raw.cskb, dev, opt, daddr, len, saddr, redo, protocol));
opt222net/inet/raw.csk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl);
opt27net/inet/raw.hstruct options *opt, unsigned long daddr,
opt324net/inet/route.cstruct rtable * rt_route(unsigned long daddr, struct options *opt)
opt43net/inet/route.hextern struct rtable  *rt_route(unsigned long daddr, struct options *opt);
opt840net/inet/sock.csk->opt = NULL;
opt1751net/inet/sock.cif (sk->prot->rcv) sk->prot->rcv(skb, skb->dev, sk->opt,
opt55net/inet/sock.hstruct options    *opt;
opt201net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
opt212net/inet/sock.hstruct options *opt, unsigned long daddr,
opt734net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1020net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1135net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1618net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt1704net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt1728net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &dev, IPPROTO_TCP, opt,
opt1845net/inet/tcp.cstruct options *opt, struct device *dev)
opt1856net/inet/tcp.csk, skb, daddr, saddr, opt, dev));
opt1865net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt2152net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt3158net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt3167net/inet/tcp.csk, th, len, opt, saddr));
opt3227net/inet/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt3244net/inet/tcp.cif (!opt) {  /* FIXME: it's ok for opt to be NULL */
opt3287net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt3372net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3409net/inet/tcp.cif ((opt && (opt->security != 0 ||
opt3410net/inet/tcp.copt->compartment != 0)) || 
opt3416net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt,dev, sk->ip_tos,sk->ip_ttl);
opt3466net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3479net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3487net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3488net/inet/tcp.ctcp_reset(daddr, saddr, th, prot, opt,dev);
opt3500net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev);
opt3510net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3530net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3534net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt, dev);
opt3557net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3582net/inet/tcp.csk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt3689net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt121net/inet/tcp.hstruct options *opt, unsigned long daddr,
opt253net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt547net/inet/udp.cudp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/inet/udp.hstruct options *opt, unsigned long daddr,