taglinefilesource code
portptr149net/ipv4/ip_fw.cextern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag)
portptr155net/ipv4/ip_fw.cif ( portptr[0] <= port && port <= portptr[1] ) 
portptr160net/ipv4/ip_fw.cportptr += 2;
portptr164net/ipv4/ip_fw.cif ( *portptr++ == port ) 
portptr740net/ipv4/ip_fw.cunsigned short  *portptr;
portptr755net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr761net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr762net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr768net/ipv4/ip_fw.cportptr[0] == ms->sport && portptr[1] == ms->dport) 
portptr791net/ipv4/ip_fw.cms->sport    = portptr[0];
portptr792net/ipv4/ip_fw.cms->dport    = portptr[1];
portptr799net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr - skb->h.raw);
portptr801net/ipv4/ip_fw.cportptr[0] = ms->mport;
portptr810net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr815net/ipv4/ip_fw.cif (portptr[1]==htons(21)) 
portptr820net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr821net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr-skb->h.raw);
portptr823net/ipv4/ip_fw.cth = (struct tcphdr *)portptr;
portptr857net/ipv4/ip_fw.cunsigned short  *portptr;
portptr864net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr865net/ipv4/ip_fw.cif (ntohs(portptr[1]) < PORT_MASQ_BEGIN ||
portptr866net/ipv4/ip_fw.cntohs(portptr[1]) > PORT_MASQ_END)
portptr872net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr873net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr889net/ipv4/ip_fw.cportptr[0]==ms->dport &&
portptr890net/ipv4/ip_fw.cportptr[1]==ms->mport)
portptr892net/ipv4/ip_fw.cint size = skb_ptr->len - ((unsigned char *)portptr - skb_ptr->h.raw);
portptr894net/ipv4/ip_fw.cportptr[1] = ms->sport;
portptr900net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr912net/ipv4/ip_fw.ctcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb_ptr->sk);
portptr916net/ipv4/ip_fw.cprintk("I-routed to %lX:%X\n",ntohl(iph->daddr),ntohs(portptr[1]));