taglinefilesource code
dst_port195net/ipv4/ip_fw.c__u16      src_port=0, dst_port=0, icmp_type=0;
dst_port273net/ipv4/ip_fw.cdst_port=ntohs(tcp->dest);
dst_port288net/ipv4/ip_fw.cdst_port=ntohs(udp->dest);
dst_port311net/ipv4/ip_fw.cdprintf2(":%d ",dst_port);
dst_port409net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port,
dst_port411net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, dst_port,
dst_port455net/ipv4/ip_fw.cprintk(":%d",dst_port);