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)
opt239net/inet/icmp.cstruct options *opt)
opt259net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt291net/inet/icmp.cstruct options *opt)
opt303net/inet/icmp.cstruct options *opt)
opt323net/inet/icmp.cIPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255);
opt356net/inet/icmp.cicmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt396net/inet/icmp.cicmp_echo(icmph, skb1, dev, saddr, daddr, len, opt);
opt403net/inet/icmp.cicmp_info(icmph, skb1, dev, saddr, daddr, len, opt);
opt410net/inet/icmp.cicmp_address(icmph, skb1, dev, saddr, daddr, len, opt);
opt29net/inet/icmp.hstruct options *opt, unsigned long daddr,
opt133net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
opt139net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
opt162net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
opt204net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
opt219net/inet/ip.cskb, saddr, daddr, *dev, type, opt, len));
opt235net/inet/ip.copt = &optmem;
opt273net/inet/ip.cbuild_options(iph, opt);
opt281net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
opt288net/inet/ip.copt->record_route.route_size = 0;
opt289net/inet/ip.copt->loose_route.route_size  = 0;
opt290net/inet/ip.copt->strict_route.route_size = 0;
opt291net/inet/ip.copt->tstamp.ptr              = 0;
opt292net/inet/ip.copt->security                = 0;
opt293net/inet/ip.copt->compartment             = 0;
opt294net/inet/ip.copt->handling                = 0;
opt295net/inet/ip.copt->stream                  = 0;
opt296net/inet/ip.copt->tcc                     = 0;
opt315net/inet/ip.copt->security = ntohs(*(unsigned short *)buff);
opt317net/inet/ip.copt->compartment = ntohs(*(unsigned short *)buff);
opt319net/inet/ip.copt->handling = ntohs(*(unsigned short *)buff);
opt321net/inet/ip.copt->tcc = ((*buff) << 16) + ntohs(*(unsigned short *)(buff+1));
opt329net/inet/ip.copt->loose_route.route_size = (*buff -3)/4;
opt332net/inet/ip.copt->loose_route.pointer = *buff/4 - 1;
opt335net/inet/ip.cfor (i = 0; i < opt->loose_route.route_size; i++) {
opt338net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
opt346net/inet/ip.copt->strict_route.route_size = (*buff -3)/4;
opt349net/inet/ip.copt->strict_route.pointer = *buff/4 - 1;
opt352net/inet/ip.cfor (i = 0; i < opt->strict_route.route_size; i++) {
opt355net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
opt363net/inet/ip.copt->record_route.route_size = (*buff -3)/4;
opt366net/inet/ip.copt->record_route.pointer = *buff/4 - 1;
opt369net/inet/ip.cfor (i = 0; i < opt->record_route.route_size; i++) {
opt372net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;
opt379net/inet/ip.copt->stream = *(unsigned short *)buff;
opt386net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
opt389net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
opt391net/inet/ip.copt->tstamp.x.full_char = *buff;
opt393net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
opt394net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt402net/inet/ip.cif (opt->record_route.route_size == 0) {
opt403net/inet/ip.cif (opt->strict_route.route_size != 0) {
opt404net/inet/ip.cmemcpy(&(opt->record_route), &(opt->strict_route),
opt405net/inet/ip.csizeof(opt->record_route));
opt406net/inet/ip.c} else if (opt->loose_route.route_size != 0) {
opt407net/inet/ip.cmemcpy(&(opt->record_route), &(opt->loose_route),
opt408net/inet/ip.csizeof(opt->record_route));
opt412net/inet/ip.cif (opt->strict_route.route_size != 0 &&
opt413net/inet/ip.copt->strict_route.route_size != opt->strict_route.pointer) {
opt414net/inet/ip.cstrict_route(iph, opt);
opt418net/inet/ip.cif (opt->loose_route.route_size != 0 &&
opt419net/inet/ip.copt->loose_route.route_size != opt->loose_route.pointer) {
opt420net/inet/ip.cloose_route(iph, opt);
opt1194net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt1213net/inet/ip.cmemset((char *) &opt, 0, sizeof(opt));
opt1214net/inet/ip.cif (do_options(iph, &opt) != 0)
opt1317net/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));
opt221net/inet/raw.csk->protocol, sk->opt, skb->mem_len, sk->ip_tos,sk->ip_ttl);
opt27net/inet/raw.hstruct options *opt, unsigned long daddr,
opt323net/inet/route.cstruct rtable * rt_route(unsigned long daddr, struct options *opt)
opt42net/inet/route.hextern struct rtable  *rt_route(unsigned long daddr, struct options *opt);
opt834net/inet/sock.csk->opt = NULL;
opt1743net/inet/sock.cif (sk->prot->rcv) sk->prot->rcv(skb, skb->dev, sk->opt,
opt55net/inet/sock.hstruct options    *opt;
opt191net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
opt202net/inet/sock.hstruct options *opt, unsigned long daddr,
opt672net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt941net/inet/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len,sk->ip_tos,sk->ip_ttl);
opt1062net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt1537net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt1623net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
opt1647net/inet/tcp.ctmp = prot->build_header(buff, saddr, daddr, &dev, IPPROTO_TCP, opt,
opt1751net/inet/tcp.cstruct options *opt, struct device *dev)
opt1762net/inet/tcp.csk, skb, daddr, saddr, opt, dev));
opt1771net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl);
opt2030net/inet/tcp.cIPPROTO_TCP, sk->opt,
opt2884net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
opt2893net/inet/tcp.csk, th, len, opt, saddr));
opt2944net/inet/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt2961net/inet/tcp.cif (!opt) {  /* FIXME: it's ok for opt to be NULL */
opt3004net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
opt3089net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3123net/inet/tcp.cif ((opt && (opt->security != 0 ||
opt3124net/inet/tcp.copt->compartment != 0)) || 
opt3130net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt,dev, sk->ip_tos,sk->ip_ttl);
opt3180net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3193net/inet/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3201net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3202net/inet/tcp.ctcp_reset(daddr, saddr, th, prot, opt,dev);
opt3214net/inet/tcp.ctcp_conn_request(sk, skb, daddr, saddr, opt, dev);
opt3224net/inet/tcp.cif (!tcp_sequence(sk, th, len, opt, saddr,dev)) {
opt3244net/inet/tcp.cif (opt->security != 0 || opt->compartment != 0) {
opt3248net/inet/tcp.ctcp_reset(daddr, saddr,  th, sk->prot, opt, dev);
opt3271net/inet/tcp.csk->prot, opt,dev,sk->ip_tos,sk->ip_ttl);
opt3296net/inet/tcp.csk->prot, opt, dev,sk->ip_tos,sk->ip_ttl);
opt3389net/inet/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl);
opt141net/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,