Lines Matching refs:cur_udp_dst
385 __u16 cur_udp_dst; member
731 pkt_dev->cur_udp_dst, pkt_dev->cur_udp_src); in pktgen_if_show()
1159 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
1185 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
2255 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2492 pkt_dev->cur_udp_dst = get_random_u32_inclusive(pkt_dev->udp_dst_min, in mod_cur_headers()
2495 pkt_dev->cur_udp_dst++; in mod_cur_headers()
2496 if (pkt_dev->cur_udp_dst >= pkt_dev->udp_dst_max) in mod_cur_headers()
2497 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in mod_cur_headers()
2938 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv4()
3071 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv6()