taglinefilesource code
udp190net/ipv4/ip_fw.cstruct udphdr    *udp=(struct udphdr *)((unsigned long *)ip+ip->ihl);
udp287net/ipv4/ip_fw.csrc_port=ntohs(udp->source);
udp288net/ipv4/ip_fw.cdst_port=ntohs(udp->dest);