taglinefilesource code
opt178net/tcp/icmp.cicmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
opt294net/tcp/icmp.coffset = ip_build_header( skb, daddr, saddr, &dev, IPPROTO_ICMP, opt, len );
opt71net/tcp/icmp.hicmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt228net/tcp/ip.cstrict_route(struct ip_header *iph, struct options *opt)
opt233net/tcp/ip.cloose_route(struct ip_header *iph, struct options *opt)
opt257net/tcp/ip.cip_route(struct options *opt, unsigned long daddr, unsigned long *raddr)
opt498net/tcp/ip.cbuild_options (struct ip_header *iph, struct options *opt)
opt516net/tcp/ip.cstruct options *opt, int len)
opt527net/tcp/ip.cskb, saddr, daddr, *dev, type, opt, len));
opt537net/tcp/ip.copt = &optmem;
opt585net/tcp/ip.cdo_options(struct ip_header *iph, struct options *opt)
opt592net/tcp/ip.copt->record_route.route_size = 0;
opt593net/tcp/ip.copt->loose_route.route_size = 0;
opt594net/tcp/ip.copt->strict_route.route_size = 0;
opt595net/tcp/ip.copt->tstamp.ptr = 0;
opt596net/tcp/ip.copt->security = 0;
opt597net/tcp/ip.copt->compartment = 0;
opt598net/tcp/ip.copt->handling = 0;
opt599net/tcp/ip.copt->stream = 0;
opt600net/tcp/ip.copt->tcc = 0;
opt624net/tcp/ip.copt->security = net16(*(unsigned short *)buff);
opt626net/tcp/ip.copt->compartment = net16(*(unsigned short *)buff);
opt628net/tcp/ip.copt-> handling = net16(*(unsigned short *)buff);
opt630net/tcp/ip.copt->tcc = ((*buff) << 16) + net16(*(unsigned short *)(buff+1));
opt639net/tcp/ip.copt->loose_route.route_size = (*buff -3)/4;
opt642net/tcp/ip.copt->loose_route.pointer = *buff/4 - 1;
opt645net/tcp/ip.cfor (i = 0; i < opt->loose_route.route_size; i++)
opt647net/tcp/ip.copt->loose_route.route[i]=*(unsigned long *)buff;
opt657net/tcp/ip.copt->strict_route.route_size = (*buff -3)/4;
opt660net/tcp/ip.copt->strict_route.pointer = *buff/4 - 1;
opt663net/tcp/ip.cfor (i = 0; i < opt->strict_route.route_size; i++)
opt665net/tcp/ip.copt->strict_route.route[i]=*(unsigned long *)buff;
opt674net/tcp/ip.copt->record_route.route_size = (*buff -3)/4;
opt677net/tcp/ip.copt->record_route.pointer = *buff/4 - 1;
opt680net/tcp/ip.cfor (i = 0; i < opt->record_route.route_size; i++)
opt682net/tcp/ip.copt->record_route.route[i]=*(unsigned long *)buff;
opt690net/tcp/ip.copt->stream = *(unsigned short *)buff;
opt698net/tcp/ip.copt->tstamp.len = *buff / 4 - 1;
opt701net/tcp/ip.copt->tstamp.ptr = (*buff-1)/4;
opt703net/tcp/ip.copt->tstamp.x.full_char = *buff;
opt705net/tcp/ip.cfor (i = 0; i < opt->tstamp.len; i++)
opt707net/tcp/ip.copt->tstamp.data[i] = *(unsigned long *)buff;
opt716net/tcp/ip.cif (opt->record_route.route_size == 0)
opt718net/tcp/ip.cif (opt->strict_route.route_size != 0)
opt720net/tcp/ip.cmemcpy (&(opt->record_route), &(opt->strict_route),
opt721net/tcp/ip.csizeof (opt->record_route));
opt723net/tcp/ip.celse if (opt->loose_route.route_size != 0)
opt725net/tcp/ip.cmemcpy (&(opt->record_route), &(opt->loose_route),
opt726net/tcp/ip.csizeof (opt->record_route));
opt730net/tcp/ip.cif (opt->strict_route.route_size != 0 &&
opt731net/tcp/ip.copt->strict_route.route_size != opt->strict_route.pointer)
opt733net/tcp/ip.cstrict_route (iph, opt);
opt737net/tcp/ip.cif (opt->loose_route.route_size != 0 &&
opt738net/tcp/ip.copt->loose_route.route_size != opt->loose_route.pointer)
opt740net/tcp/ip.cloose_route (iph, opt);
opt816net/tcp/ip.cstatic struct options opt; /* since we don't use these yet, and they
opt825net/tcp/ip.cif (ip_csum (iph) || do_options (iph,&opt) || iph->version != 4)
opt891net/tcp/ip.cipprot->handler (skb2, dev, &opt, iph->daddr,
opt139net/tcp/ip.hstruct options *opt, unsigned long daddr,
opt177net/tcp/ip.hstruct options *opt, int len);
opt36net/tcp/protocols.cint udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt44net/tcp/protocols.cint tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt51net/tcp/protocols.cint icmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt137net/tcp/raw.craw_rcv (struct sk_buff *skb, struct device *dev, struct options *opt,
opt146net/tcp/raw.cskb, dev, opt, daddr, len, saddr, redo, protocol));
opt303net/tcp/raw.csk->protocol, sk->opt, skb->mem_len);
opt1008net/tcp/sock.csk->opt = NULL;
opt1869net/tcp/sock.csk->prot->rcv(skb, skb->dev, sk->opt,
opt59net/tcp/sock.hstruct options *opt;
opt131net/tcp/sock.hstruct options *opt, int len);
opt140net/tcp/sock.hint (*rcv)(struct sk_buff *buff, struct device *dev, struct options *opt,
opt600net/tcp/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE);
opt883net/tcp/tcp.cIPPROTO_TCP, sk->opt, skb->mem_len);
opt1015net/tcp/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE);
opt1471net/tcp/tcp.cIPPROTO_TCP, sk->opt,
opt1553net/tcp/tcp.cstruct proto *prot, struct options *opt, struct device *dev)
opt1573net/tcp/tcp.ctmp = prot->build_header (buff, saddr, daddr, &dev, IPPROTO_TCP, opt,
opt1609net/tcp/tcp.cunsigned long saddr, struct options *opt, struct device *dev)
opt1621net/tcp/tcp.csk, skb, daddr, saddr, opt, dev));
opt1631net/tcp/tcp.ctcp_reset (daddr, saddr, th, sk->prot, opt, dev);
opt1924net/tcp/tcp.cIPPROTO_TCP, sk->opt,
opt2592net/tcp/tcp.cIPPROTO_TCP,  sk->opt, MAX_ACK_SIZE);
opt2796net/tcp/tcp.cstruct options *opt, unsigned long saddr)
opt2804net/tcp/tcp.csk, th, len, opt, saddr));
opt2854net/tcp/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
opt2873net/tcp/tcp.cif (!opt) /* it's ok for opt to be NULL */
opt2912net/tcp/tcp.ctcp_reset (daddr, saddr, th, &tcp_prot, opt,dev);
opt3009net/tcp/tcp.cif (!tcp_sequence (sk, th, len, opt, saddr))
opt3042net/tcp/tcp.cif (opt && (opt->security != 0 || opt->compartment != 0 || th->syn))
opt3047net/tcp/tcp.ctcp_reset (daddr, saddr,  th, sk->prot, opt,dev);
opt3107net/tcp/tcp.ctcp_reset (daddr, saddr, th, sk->prot, opt,dev);
opt3122net/tcp/tcp.ctcp_reset (daddr, saddr, th, sk->prot, opt,dev );
opt3142net/tcp/tcp.ctcp_conn_request (sk, skb, daddr, saddr, opt, dev);
opt3153net/tcp/tcp.cif (!tcp_sequence (sk, th, len, opt, saddr)) 
opt3175net/tcp/tcp.cif (opt->security != 0 || opt->compartment != 0 )
opt3180net/tcp/tcp.ctcp_reset (daddr, saddr,  th, sk->prot, opt, dev);
opt3207net/tcp/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt,dev);
opt3232net/tcp/tcp.ctcp_reset(daddr, saddr, th, sk->prot, opt, dev);
opt3326net/tcp/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE);
opt416net/tcp/udp.cIPPROTO_UDP, sk->opt, skb->mem_len);
opt642net/tcp/udp.cudp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,