tag | line | file | source code |
opt | 178 | net/tcp/icmp.c | icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt, |
opt | 294 | net/tcp/icmp.c | offset = ip_build_header( skb, daddr, saddr, &dev, IPPROTO_ICMP, opt, len ); |
opt | 71 | net/tcp/icmp.h | icmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 228 | net/tcp/ip.c | strict_route(struct ip_header *iph, struct options *opt) |
opt | 233 | net/tcp/ip.c | loose_route(struct ip_header *iph, struct options *opt) |
opt | 257 | net/tcp/ip.c | ip_route(struct options *opt, unsigned long daddr, unsigned long *raddr) |
opt | 498 | net/tcp/ip.c | build_options (struct ip_header *iph, struct options *opt) |
opt | 516 | net/tcp/ip.c | struct options *opt, int len) |
opt | 527 | net/tcp/ip.c | skb, saddr, daddr, *dev, type, opt, len)); |
opt | 537 | net/tcp/ip.c | opt = &optmem; |
opt | 585 | net/tcp/ip.c | do_options(struct ip_header *iph, struct options *opt) |
opt | 592 | net/tcp/ip.c | opt->record_route.route_size = 0; |
opt | 593 | net/tcp/ip.c | opt->loose_route.route_size = 0; |
opt | 594 | net/tcp/ip.c | opt->strict_route.route_size = 0; |
opt | 595 | net/tcp/ip.c | opt->tstamp.ptr = 0; |
opt | 596 | net/tcp/ip.c | opt->security = 0; |
opt | 597 | net/tcp/ip.c | opt->compartment = 0; |
opt | 598 | net/tcp/ip.c | opt->handling = 0; |
opt | 599 | net/tcp/ip.c | opt->stream = 0; |
opt | 600 | net/tcp/ip.c | opt->tcc = 0; |
opt | 624 | net/tcp/ip.c | opt->security = net16(*(unsigned short *)buff); |
opt | 626 | net/tcp/ip.c | opt->compartment = net16(*(unsigned short *)buff); |
opt | 628 | net/tcp/ip.c | opt-> handling = net16(*(unsigned short *)buff); |
opt | 630 | net/tcp/ip.c | opt->tcc = ((*buff) << 16) + net16(*(unsigned short *)(buff+1)); |
opt | 639 | net/tcp/ip.c | opt->loose_route.route_size = (*buff -3)/4; |
opt | 642 | net/tcp/ip.c | opt->loose_route.pointer = *buff/4 - 1; |
opt | 645 | net/tcp/ip.c | for (i = 0; i < opt->loose_route.route_size; i++) |
opt | 647 | net/tcp/ip.c | opt->loose_route.route[i]=*(unsigned long *)buff; |
opt | 657 | net/tcp/ip.c | opt->strict_route.route_size = (*buff -3)/4; |
opt | 660 | net/tcp/ip.c | opt->strict_route.pointer = *buff/4 - 1; |
opt | 663 | net/tcp/ip.c | for (i = 0; i < opt->strict_route.route_size; i++) |
opt | 665 | net/tcp/ip.c | opt->strict_route.route[i]=*(unsigned long *)buff; |
opt | 674 | net/tcp/ip.c | opt->record_route.route_size = (*buff -3)/4; |
opt | 677 | net/tcp/ip.c | opt->record_route.pointer = *buff/4 - 1; |
opt | 680 | net/tcp/ip.c | for (i = 0; i < opt->record_route.route_size; i++) |
opt | 682 | net/tcp/ip.c | opt->record_route.route[i]=*(unsigned long *)buff; |
opt | 690 | net/tcp/ip.c | opt->stream = *(unsigned short *)buff; |
opt | 698 | net/tcp/ip.c | opt->tstamp.len = *buff / 4 - 1; |
opt | 701 | net/tcp/ip.c | opt->tstamp.ptr = (*buff-1)/4; |
opt | 703 | net/tcp/ip.c | opt->tstamp.x.full_char = *buff; |
opt | 705 | net/tcp/ip.c | for (i = 0; i < opt->tstamp.len; i++) |
opt | 707 | net/tcp/ip.c | opt->tstamp.data[i] = *(unsigned long *)buff; |
opt | 716 | net/tcp/ip.c | if (opt->record_route.route_size == 0) |
opt | 718 | net/tcp/ip.c | if (opt->strict_route.route_size != 0) |
opt | 720 | net/tcp/ip.c | memcpy (&(opt->record_route), &(opt->strict_route), |
opt | 721 | net/tcp/ip.c | sizeof (opt->record_route)); |
opt | 723 | net/tcp/ip.c | else if (opt->loose_route.route_size != 0) |
opt | 725 | net/tcp/ip.c | memcpy (&(opt->record_route), &(opt->loose_route), |
opt | 726 | net/tcp/ip.c | sizeof (opt->record_route)); |
opt | 730 | net/tcp/ip.c | if (opt->strict_route.route_size != 0 && |
opt | 731 | net/tcp/ip.c | opt->strict_route.route_size != opt->strict_route.pointer) |
opt | 733 | net/tcp/ip.c | strict_route (iph, opt); |
opt | 737 | net/tcp/ip.c | if (opt->loose_route.route_size != 0 && |
opt | 738 | net/tcp/ip.c | opt->loose_route.route_size != opt->loose_route.pointer) |
opt | 740 | net/tcp/ip.c | loose_route (iph, opt); |
opt | 816 | net/tcp/ip.c | static struct options opt; /* since we don't use these yet, and they |
opt | 825 | net/tcp/ip.c | if (ip_csum (iph) || do_options (iph,&opt) || iph->version != 4) |
opt | 891 | net/tcp/ip.c | ipprot->handler (skb2, dev, &opt, iph->daddr, |
opt | 139 | net/tcp/ip.h | struct options *opt, unsigned long daddr, |
opt | 177 | net/tcp/ip.h | struct options *opt, int len); |
opt | 36 | net/tcp/protocols.c | int udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 44 | net/tcp/protocols.c | int tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 51 | net/tcp/protocols.c | int icmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 137 | net/tcp/raw.c | raw_rcv (struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 146 | net/tcp/raw.c | skb, dev, opt, daddr, len, saddr, redo, protocol)); |
opt | 303 | net/tcp/raw.c | sk->protocol, sk->opt, skb->mem_len); |
opt | 1008 | net/tcp/sock.c | sk->opt = NULL; |
opt | 1869 | net/tcp/sock.c | sk->prot->rcv(skb, skb->dev, sk->opt, |
opt | 59 | net/tcp/sock.h | struct options *opt; |
opt | 131 | net/tcp/sock.h | struct options *opt, int len); |
opt | 140 | net/tcp/sock.h | int (*rcv)(struct sk_buff *buff, struct device *dev, struct options *opt, |
opt | 600 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE); |
opt | 883 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, skb->mem_len); |
opt | 1015 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE); |
opt | 1471 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, |
opt | 1553 | net/tcp/tcp.c | struct proto *prot, struct options *opt, struct device *dev) |
opt | 1573 | net/tcp/tcp.c | tmp = prot->build_header (buff, saddr, daddr, &dev, IPPROTO_TCP, opt, |
opt | 1609 | net/tcp/tcp.c | unsigned long saddr, struct options *opt, struct device *dev) |
opt | 1621 | net/tcp/tcp.c | sk, skb, daddr, saddr, opt, dev)); |
opt | 1631 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt, dev); |
opt | 1924 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, |
opt | 2592 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE); |
opt | 2796 | net/tcp/tcp.c | struct options *opt, unsigned long saddr) |
opt | 2804 | net/tcp/tcp.c | sk, th, len, opt, saddr)); |
opt | 2854 | net/tcp/tcp.c | tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 2873 | net/tcp/tcp.c | if (!opt) /* it's ok for opt to be NULL */ |
opt | 2912 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, &tcp_prot, opt,dev); |
opt | 3009 | net/tcp/tcp.c | if (!tcp_sequence (sk, th, len, opt, saddr)) |
opt | 3042 | net/tcp/tcp.c | if (opt && (opt->security != 0 || opt->compartment != 0 || th->syn)) |
opt | 3047 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt,dev); |
opt | 3107 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt,dev); |
opt | 3122 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt,dev ); |
opt | 3142 | net/tcp/tcp.c | tcp_conn_request (sk, skb, daddr, saddr, opt, dev); |
opt | 3153 | net/tcp/tcp.c | if (!tcp_sequence (sk, th, len, opt, saddr)) |
opt | 3175 | net/tcp/tcp.c | if (opt->security != 0 || opt->compartment != 0 ) |
opt | 3180 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt, dev); |
opt | 3207 | net/tcp/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt,dev); |
opt | 3232 | net/tcp/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt, dev); |
opt | 3326 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE); |
opt | 416 | net/tcp/udp.c | IPPROTO_UDP, sk->opt, skb->mem_len); |
opt | 642 | net/tcp/udp.c | udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |