Lines Matching refs:cur_udp_dst
386 __u16 cur_udp_dst; member
732 pkt_dev->cur_udp_dst, pkt_dev->cur_udp_src); in pktgen_if_show()
1160 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
1186 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
2276 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2513 pkt_dev->cur_udp_dst = get_random_u32_inclusive(pkt_dev->udp_dst_min, in mod_cur_headers()
2516 pkt_dev->cur_udp_dst++; in mod_cur_headers()
2517 if (pkt_dev->cur_udp_dst >= pkt_dev->udp_dst_max) in mod_cur_headers()
2518 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in mod_cur_headers()
2959 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv4()
3092 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv6()