taglinefilesource code
portptr151net/ipv4/ip_fw.cextern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag)
portptr157net/ipv4/ip_fw.cif ( portptr[0] <= port && port <= portptr[1] ) 
portptr162net/ipv4/ip_fw.cportptr += 2;
portptr166net/ipv4/ip_fw.cif ( *portptr++ == port ) 
portptr778net/ipv4/ip_fw.cunsigned short  *portptr;
portptr793net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr799net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr800net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr806net/ipv4/ip_fw.cportptr[0] == ms->sport && portptr[1] == ms->dport) 
portptr829net/ipv4/ip_fw.cms->sport    = portptr[0];
portptr830net/ipv4/ip_fw.cms->dport    = portptr[1];
portptr837net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr - skb->h.raw);
portptr839net/ipv4/ip_fw.cportptr[0] = ms->mport;
portptr848net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr853net/ipv4/ip_fw.cif (portptr[1]==htons(21)) 
portptr858net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr859net/ipv4/ip_fw.csize = skb->len - ((unsigned char *)portptr-skb->h.raw);
portptr861net/ipv4/ip_fw.cth = (struct tcphdr *)portptr;
portptr895net/ipv4/ip_fw.cunsigned short  *portptr;
portptr902net/ipv4/ip_fw.cportptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
portptr903net/ipv4/ip_fw.cif (ntohs(portptr[1]) < PORT_MASQ_BEGIN ||
portptr904net/ipv4/ip_fw.cntohs(portptr[1]) > PORT_MASQ_END)
portptr910net/ipv4/ip_fw.cntohl(iph->saddr), ntohs(portptr[0]),
portptr911net/ipv4/ip_fw.cntohl(iph->daddr), ntohs(portptr[1]));
portptr928net/ipv4/ip_fw.c(ms->dport==htons(FTP_DPORT_TBD) || portptr[0]==ms->dport) &&
portptr929net/ipv4/ip_fw.cportptr[1]==ms->mport)
portptr932net/ipv4/ip_fw.cint size = skb_ptr->len - ((unsigned char *)portptr - skb_ptr->h.raw);
portptr934net/ipv4/ip_fw.cportptr[1] = ms->sport;
portptr938net/ipv4/ip_fw.cms->dport=portptr[0];
portptr948net/ipv4/ip_fw.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr978net/ipv4/ip_fw.ctcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb_ptr->sk);
portptr982net/ipv4/ip_fw.cprintk("I-routed to %lX:%X\n",ntohl(iph->daddr),ntohs(portptr[1]));