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