Lines Matching refs:udp_dst_min
319 __u16 udp_dst_min; /* inclusive, dest UDP port */ member
587 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max); in pktgen_if_show()
1046 if (value != pkt_dev->udp_dst_min) { in pktgen_if_write()
1047 pkt_dev->udp_dst_min = value; in pktgen_if_write()
1050 sprintf(pg_result, "OK: udp_dst_min=%u", pkt_dev->udp_dst_min); in pktgen_if_write()
2182 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2424 if (pkt_dev->udp_dst_min < pkt_dev->udp_dst_max) { in mod_cur_headers()
2427 (pkt_dev->udp_dst_max - pkt_dev->udp_dst_min) in mod_cur_headers()
2428 + pkt_dev->udp_dst_min; in mod_cur_headers()
2432 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in mod_cur_headers()
3593 pkt_dev->udp_dst_min = 9; in pktgen_add_device()