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 | 226 | net/tcp/ip.c | strict_route(struct ip_header *iph, struct options *opt) |
opt | 231 | net/tcp/ip.c | loose_route(struct ip_header *iph, struct options *opt) |
opt | 255 | net/tcp/ip.c | ip_route(struct options *opt, unsigned long daddr, unsigned long *raddr) |
opt | 496 | net/tcp/ip.c | build_options (struct ip_header *iph, struct options *opt) |
opt | 514 | net/tcp/ip.c | struct options *opt, int len) |
opt | 525 | net/tcp/ip.c | skb, saddr, daddr, *dev, type, opt, len)); |
opt | 535 | net/tcp/ip.c | opt = &optmem; |
opt | 583 | net/tcp/ip.c | do_options(struct ip_header *iph, struct options *opt) |
opt | 590 | net/tcp/ip.c | opt->record_route.route_size = 0; |
opt | 591 | net/tcp/ip.c | opt->loose_route.route_size = 0; |
opt | 592 | net/tcp/ip.c | opt->strict_route.route_size = 0; |
opt | 593 | net/tcp/ip.c | opt->tstamp.ptr = 0; |
opt | 594 | net/tcp/ip.c | opt->security = 0; |
opt | 595 | net/tcp/ip.c | opt->compartment = 0; |
opt | 596 | net/tcp/ip.c | opt->handling = 0; |
opt | 597 | net/tcp/ip.c | opt->stream = 0; |
opt | 598 | net/tcp/ip.c | opt->tcc = 0; |
opt | 622 | net/tcp/ip.c | opt->security = net16(*(unsigned short *)buff); |
opt | 624 | net/tcp/ip.c | opt->compartment = net16(*(unsigned short *)buff); |
opt | 626 | net/tcp/ip.c | opt-> handling = net16(*(unsigned short *)buff); |
opt | 628 | net/tcp/ip.c | opt->tcc = ((*buff) << 16) + net16(*(unsigned short *)(buff+1)); |
opt | 637 | net/tcp/ip.c | opt->loose_route.route_size = (*buff -3)/4; |
opt | 640 | net/tcp/ip.c | opt->loose_route.pointer = *buff/4 - 1; |
opt | 643 | net/tcp/ip.c | for (i = 0; i < opt->loose_route.route_size; i++) |
opt | 645 | net/tcp/ip.c | opt->loose_route.route[i]=*(unsigned long *)buff; |
opt | 655 | net/tcp/ip.c | opt->strict_route.route_size = (*buff -3)/4; |
opt | 658 | net/tcp/ip.c | opt->strict_route.pointer = *buff/4 - 1; |
opt | 661 | net/tcp/ip.c | for (i = 0; i < opt->strict_route.route_size; i++) |
opt | 663 | net/tcp/ip.c | opt->strict_route.route[i]=*(unsigned long *)buff; |
opt | 672 | net/tcp/ip.c | opt->record_route.route_size = (*buff -3)/4; |
opt | 675 | net/tcp/ip.c | opt->record_route.pointer = *buff/4 - 1; |
opt | 678 | net/tcp/ip.c | for (i = 0; i < opt->record_route.route_size; i++) |
opt | 680 | net/tcp/ip.c | opt->record_route.route[i]=*(unsigned long *)buff; |
opt | 688 | net/tcp/ip.c | opt->stream = *(unsigned short *)buff; |
opt | 696 | net/tcp/ip.c | opt->tstamp.len = *buff / 4 - 1; |
opt | 699 | net/tcp/ip.c | opt->tstamp.ptr = (*buff-1)/4; |
opt | 701 | net/tcp/ip.c | opt->tstamp.x.full_char = *buff; |
opt | 703 | net/tcp/ip.c | for (i = 0; i < opt->tstamp.len; i++) |
opt | 705 | net/tcp/ip.c | opt->tstamp.data[i] = *(unsigned long *)buff; |
opt | 714 | net/tcp/ip.c | if (opt->record_route.route_size == 0) |
opt | 716 | net/tcp/ip.c | if (opt->strict_route.route_size != 0) |
opt | 718 | net/tcp/ip.c | memcpy (&(opt->record_route), &(opt->strict_route), |
opt | 719 | net/tcp/ip.c | sizeof (opt->record_route)); |
opt | 721 | net/tcp/ip.c | else if (opt->loose_route.route_size != 0) |
opt | 723 | net/tcp/ip.c | memcpy (&(opt->record_route), &(opt->loose_route), |
opt | 724 | net/tcp/ip.c | sizeof (opt->record_route)); |
opt | 728 | net/tcp/ip.c | if (opt->strict_route.route_size != 0 && |
opt | 729 | net/tcp/ip.c | opt->strict_route.route_size != opt->strict_route.pointer) |
opt | 731 | net/tcp/ip.c | strict_route (iph, opt); |
opt | 735 | net/tcp/ip.c | if (opt->loose_route.route_size != 0 && |
opt | 736 | net/tcp/ip.c | opt->loose_route.route_size != opt->loose_route.pointer) |
opt | 738 | net/tcp/ip.c | loose_route (iph, opt); |
opt | 814 | net/tcp/ip.c | static struct options opt; /* since we don't use these yet, and they |
opt | 823 | net/tcp/ip.c | if (ip_csum (iph) || do_options (iph,&opt) || iph->version != 4) |
opt | 889 | net/tcp/ip.c | ipprot->handler (skb2, dev, &opt, iph->daddr, |
opt | 139 | net/tcp/ip.h | struct options *opt, unsigned long daddr, |
opt | 171 | 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 | 1870 | 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 | 1923 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, |
opt | 2591 | net/tcp/tcp.c | IPPROTO_TCP, sk->opt, MAX_ACK_SIZE); |
opt | 2795 | net/tcp/tcp.c | struct options *opt, unsigned long saddr) |
opt | 2803 | net/tcp/tcp.c | sk, th, len, opt, saddr)); |
opt | 2853 | net/tcp/tcp.c | tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
opt | 2872 | net/tcp/tcp.c | if (!opt) /* it's ok for opt to be NULL */ |
opt | 2911 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, &tcp_prot, opt,dev); |
opt | 3008 | net/tcp/tcp.c | if (!tcp_sequence (sk, th, len, opt, saddr)) |
opt | 3041 | net/tcp/tcp.c | if (opt && (opt->security != 0 || opt->compartment != 0 || th->syn)) |
opt | 3046 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt,dev); |
opt | 3106 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt,dev); |
opt | 3121 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt,dev ); |
opt | 3141 | net/tcp/tcp.c | tcp_conn_request (sk, skb, daddr, saddr, opt, dev); |
opt | 3152 | net/tcp/tcp.c | if (!tcp_sequence (sk, th, len, opt, saddr)) |
opt | 3174 | net/tcp/tcp.c | if (opt->security != 0 || opt->compartment != 0 ) |
opt | 3179 | net/tcp/tcp.c | tcp_reset (daddr, saddr, th, sk->prot, opt, dev); |
opt | 3206 | net/tcp/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt,dev); |
opt | 3231 | net/tcp/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt, dev); |
opt | 3325 | 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 | 641 | net/tcp/udp.c | udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |