Lines Matching refs:udp_dst_min
343 __u16 udp_dst_min; /* inclusive, dest UDP port */ member
611 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max); in pktgen_if_show()
1057 if (value != pkt_dev->udp_dst_min) { in pktgen_if_write()
1058 pkt_dev->udp_dst_min = value; in pktgen_if_write()
1061 sprintf(pg_result, "OK: udp_dst_min=%u", pkt_dev->udp_dst_min); in pktgen_if_write()
2151 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2391 if (pkt_dev->udp_dst_min < pkt_dev->udp_dst_max) { in mod_cur_headers()
2394 (pkt_dev->udp_dst_max - pkt_dev->udp_dst_min) in mod_cur_headers()
2395 + pkt_dev->udp_dst_min; in mod_cur_headers()
2399 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in mod_cur_headers()
3619 pkt_dev->udp_dst_min = 9; in pktgen_add_device()