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)
opt546net/inet/af_inet.csk->opt = NULL;
opt351net/inet/icmp.cstruct options *opt)
opt374net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt418net/inet/icmp.cstruct options *opt)
opt442net/inet/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, 
opt495net/inet/icmp.cstruct options *opt)
opt508net/inet/icmp.cstruct options *opt)
opt533net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt575net/inet/icmp.cint icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt640net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt648net/inet/icmp.cicmp_timestamp(icmph, skb1, dev, saddr, daddr, len, opt);
opt656net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt664net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt31net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt120net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt126net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt143net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt190net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt234net/inet/ip.copt = &optmem;
opt302net/inet/ip.cbuild_options(iph, opt);
opt310net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt317net/inet/ip.copt->record_route.route_size = 0;
opt318net/inet/ip.copt->loose_route.route_size  = 0;
opt319net/inet/ip.copt->strict_route.route_size = 0;
opt320net/inet/ip.copt->tstamp.ptr              = 0;
opt321net/inet/ip.copt->security                = 0;
opt322net/inet/ip.copt->compartment             = 0;
opt323net/inet/ip.copt->handling                = 0;
opt324net/inet/ip.copt->stream                  = 0;
opt325net/inet/ip.copt->tcc                     = 0;
opt344net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt346net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt348net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt350net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt358net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt361net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt364net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt367net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt375net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt378net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt381net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt384net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt392net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt395net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt398net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt401net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt408net/inet/ip.copt->stream = *(unsigned short *)buff;
opt415net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt418net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt420net/inet/ip.copt->tstamp.x.full_char = *buff;
opt422net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt423net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt431net/inet/ip.cif (opt->record_route.route_size == 0) {
opt432net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt433net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt434net/inet/ip.csizeof(opt->record_route));
opt435net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt436net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt437net/inet/ip.csizeof(opt->record_route));
opt441net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt442net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt443net/inet/ip.cstrict_route(iph, opt);
opt447net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt448net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt449net/inet/ip.cloose_route(iph, opt);
opt1434net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1478net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1479net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1612net/inet/ip.cipprot->handler(skb2, dev, opts_p ? &opt : 0, iph->daddr,
opt76net/inet/ip.hstruct options *opt, int len,
opt486net/inet/ipx.cint err,opt;
opt501net/inet/ipx.copt=get_fs_long((unsigned long *)optval);
opt511net/inet/ipx.csk->ipx_type=opt;
opt32net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt36net/inet/protocol.hstruct options *opt, unsigned long daddr,
opt91net/inet/raw.craw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt228net/inet/raw.csk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl);
opt27net/inet/raw.hstruct options *opt, unsigned long daddr,
opt528net/inet/route.cstruct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr)
opt558net/inet/route.cstruct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr)
opt47net/inet/route.hextern struct rtable  *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr);
opt48net/inet/route.hextern struct rtable   *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr);
opt415net/inet/sock.cif (sk->prot->rcv) sk->prot->rcv(skb, skb->dev, sk->opt,
opt55net/inet/sock.hstruct options    *opt;
opt206net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
opt217net/inet/sock.hstruct options *opt, unsigned long daddr,
opt687net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1022net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1151net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1529net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt1646net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt1673net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt,
opt1800net/inet/tcp.cstruct options *opt, struct device *dev)
opt1817net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt2140net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt3280net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt3332net/inet/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt3381net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt3450net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3490net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt,dev, sk->ip_tos,sk->ip_ttl);
opt3537net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3550net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3564net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev);
opt3583net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) 
opt3625net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3653net/inet/tcp.csk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt3774net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt120net/inet/tcp.hstruct options *opt, unsigned long daddr,
opt279net/inet/udp.c&dev, IPPROTO_UDP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt574net/inet/udp.cint udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/inet/udp.hstruct options *opt, unsigned long daddr,