taglinefilesource code
portptr162net/ipv4/ip_fw.cextern inline int port_match(unsigned short *portptr,int nports,unsigned short port,int range_flag)
portptr168net/ipv4/ip_fw.cif ( portptr[0] <= port && port <= portptr[1] ) 
portptr173net/ipv4/ip_fw.cportptr += 2;
portptr177net/ipv4/ip_fw.cif ( *portptr++ == port ) 
portptr197net/ipv4/ip_masq.c__u16 *portptr;
portptr202net/ipv4/ip_masq.cportptr = (__u16 *)&(((char *)iph)[iph->ihl*4]);
portptr205net/ipv4/ip_masq.cs_port = portptr[0];
portptr207net/ipv4/ip_masq.cd_port = portptr[1];
portptr228net/ipv4/ip_masq.c__u16 *portptr;
portptr233net/ipv4/ip_masq.cportptr = (__u16 *)&(((char *)iph)[iph->ihl*4]);
portptr236net/ipv4/ip_masq.cs_port = portptr[0];
portptr238net/ipv4/ip_masq.cd_port = portptr[1];
portptr431net/ipv4/ip_masq.c__u16  *portptr;
portptr447net/ipv4/ip_masq.cportptr = (__u16 *)&(((char *)iph)[iph->ihl*4]);
portptr451net/ipv4/ip_masq.cntohl(iph->saddr), ntohs(portptr[0]),
portptr452net/ipv4/ip_masq.cntohl(iph->daddr), ntohs(portptr[1]));
portptr466net/ipv4/ip_masq.ciph->saddr, portptr[0],
portptr467net/ipv4/ip_masq.ciph->daddr, portptr[1],
portptr477net/ipv4/ip_masq.csize = skb->len - ((unsigned char *)portptr - skb->h.raw);
portptr482net/ipv4/ip_masq.cportptr[0] = ms->mport;
portptr495net/ipv4/ip_masq.cportptr = (__u16 *)&(((char *)iph)[iph->ihl*4]);
portptr496net/ipv4/ip_masq.csize = skb->len - ((unsigned char *)portptr-skb->h.raw);
portptr506net/ipv4/ip_masq.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr511net/ipv4/ip_masq.cth = (struct tcphdr *)portptr;
portptr553net/ipv4/ip_masq.c__u16  *portptr;
portptr571net/ipv4/ip_masq.cportptr = (__u16 *)&(((char *)iph)[iph->ihl*4]);
portptr572net/ipv4/ip_masq.cif (ntohs(portptr[1]) < PORT_MASQ_BEGIN ||
portptr573net/ipv4/ip_masq.cntohs(portptr[1]) > PORT_MASQ_END)
portptr579net/ipv4/ip_masq.cntohl(iph->saddr), ntohs(portptr[0]),
portptr580net/ipv4/ip_masq.cntohl(iph->daddr), ntohs(portptr[1]));
portptr598net/ipv4/ip_masq.cms->dport = portptr[0];
portptr612net/ipv4/ip_masq.csize = skb->len - ((unsigned char *)portptr - skb->h.raw);
portptr614net/ipv4/ip_masq.cportptr[1] = ms->sport;
portptr629net/ipv4/ip_masq.cportptr = (__u16 *)&(((char *)iph)[iph->ihl*4]);
portptr630net/ipv4/ip_masq.csize = skb->len - ((unsigned char *)portptr-skb->h.raw);
portptr643net/ipv4/ip_masq.crecalc_check((struct udphdr *)portptr,iph->saddr,iph->daddr,size);
portptr650net/ipv4/ip_masq.cskb->csum = csum_partial((void *)(((struct tcphdr *)portptr) + 1),
portptr652net/ipv4/ip_masq.ctcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb);
portptr654net/ipv4/ip_masq.cth = (struct tcphdr *)portptr;
portptr665net/ipv4/ip_masq.cprintk("I-routed to %lX:%X\n",ntohl(iph->daddr),ntohs(portptr[1]));