taglinefilesource code
portptr140net/ipv4/ip_fw.cextern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag)
portptr146net/ipv4/ip_fw.cif ( portptr[0] <= port && port <= portptr[1] ) 
portptr151net/ipv4/ip_fw.cportptr += 2;
portptr155net/ipv4/ip_fw.cif ( *portptr++ == port ) 
portptr252net/ipv4/ip_fw.cdprintf2("ICMP:%d ",((char *)portptr)[0]&0xff);
portptr658net/ipv4/ip_fw.cunsigned short  *portptr;
portptr673net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr679net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr680net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr686net/ipv4/ip_fw.cportptr[0] == ms->sport && portptr[1] == ms->dport) 
portptr709net/ipv4/ip_fw.cms->sport    = portptr[0];
portptr710net/ipv4/ip_fw.cms->dport    = portptr[1];
portptr717net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr - skb->h.raw);
portptr719net/ipv4/ip_fw.cportptr[0] = ms->mport;
portptr728net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr733net/ipv4/ip_fw.cif (portptr[1]==htons(21)) 
portptr738net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr740net/ipv4/ip_fw.cth = (struct tcphdr *)portptr;
portptr774net/ipv4/ip_fw.cunsigned short  *portptr;
portptr781net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr782net/ipv4/ip_fw.cif (ntohs(portptr[1]) < PORT_MASQ_BEGIN ||
portptr783net/ipv4/ip_fw.cntohs(portptr[1]) > PORT_MASQ_END)
portptr789net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr790net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr806net/ipv4/ip_fw.cportptr[0]==ms->dport &&
portptr807net/ipv4/ip_fw.cportptr[1]==ms->mport)
portptr809net/ipv4/ip_fw.cint size = skb_ptr->len - ((unsigned char *)portptr - skb_ptr->h.raw);
portptr811net/ipv4/ip_fw.cportptr[1] = ms->sport;
portptr817net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr829net/ipv4/ip_fw.ctcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb_ptr->sk);
portptr833net/ipv4/ip_fw.cprintk("I-routed to %lX:%X\n",ntohl(iph->daddr),ntohs(portptr[1]));