taglinefilesource code
dst_port196net/ipv4/ip_fw.c__u16      src_port=0, dst_port=0, icmp_type=0;
dst_port274net/ipv4/ip_fw.cdst_port=ntohs(tcp->dest);
dst_port289net/ipv4/ip_fw.cdst_port=ntohs(udp->dest);
dst_port312net/ipv4/ip_fw.cdprintf2(":%d ",dst_port);
dst_port410net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port,
dst_port412net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, dst_port,
dst_port456net/ipv4/ip_fw.cprintk(":%d",dst_port);