taglinefilesource code
portptr164net/ipv4/ip_fw.cextern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag)
portptr170net/ipv4/ip_fw.cif ( portptr[0] <= port && port <= portptr[1] ) 
portptr175net/ipv4/ip_fw.cportptr += 2;
portptr179net/ipv4/ip_fw.cif ( *portptr++ == port ) 
portptr805net/ipv4/ip_fw.cunsigned short  *portptr;
portptr820net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr826net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr827net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr833net/ipv4/ip_fw.cportptr[0] == ms->sport && portptr[1] == ms->dport) 
portptr856net/ipv4/ip_fw.cms->sport    = portptr[0];
portptr857net/ipv4/ip_fw.cms->dport    = portptr[1];
portptr864net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr - skb->h.raw);
portptr866net/ipv4/ip_fw.cportptr[0] = ms->mport;
portptr875net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr880net/ipv4/ip_fw.cif (portptr[1]==htons(21)) 
portptr885net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr886net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr-skb->h.raw);
portptr888net/ipv4/ip_fw.cth = (struct tcphdr *)portptr;
portptr922net/ipv4/ip_fw.cunsigned short  *portptr;
portptr929net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr930net/ipv4/ip_fw.cif (ntohs(portptr[1]) < PORT_MASQ_BEGIN ||
portptr931net/ipv4/ip_fw.cntohs(portptr[1]) > PORT_MASQ_END)
portptr937net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr938net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr955net/ipv4/ip_fw.c(ms->dport==htons(FTP_DPORT_TBD) || portptr[0]==ms->dport) &&
portptr956net/ipv4/ip_fw.cportptr[1]==ms->mport)
portptr959net/ipv4/ip_fw.cint size = skb->len - ((unsigned char *)portptr - skb->h.raw);
portptr961net/ipv4/ip_fw.cportptr[1] = ms->sport;
portptr965net/ipv4/ip_fw.cms->dport=portptr[0];
portptr975net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr1005net/ipv4/ip_fw.ctcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb);
portptr1009net/ipv4/ip_fw.cprintk("I-routed to %lX:%X\n",ntohl(iph->daddr),ntohs(portptr[1]));