Lines Matching refs:udp_dst_min
323 __u16 udp_dst_min; /* inclusive, dest UDP port */ member
591 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max); in pktgen_if_show()
1053 if (value != pkt_dev->udp_dst_min) { in pktgen_if_write()
1054 pkt_dev->udp_dst_min = value; in pktgen_if_write()
1057 sprintf(pg_result, "OK: udp_dst_min=%u", pkt_dev->udp_dst_min); in pktgen_if_write()
2232 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2472 if (pkt_dev->udp_dst_min < pkt_dev->udp_dst_max) { in mod_cur_headers()
2475 (pkt_dev->udp_dst_max - pkt_dev->udp_dst_min) in mod_cur_headers()
2476 + pkt_dev->udp_dst_min; in mod_cur_headers()
2480 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in mod_cur_headers()
3664 pkt_dev->udp_dst_min = 9; in pktgen_add_device()