Searched refs:udp_src_max (Results 1 – 2 of 2) sorted by relevance
97 udp_src_min: 9 udp_src_max: 109 udp_dst_min: 9 udp_dst_max: 9182 pgset "udp_src_min 9" set UDP source port min, If < udp_src_max, then185 pgset "udp_src_max 9" set UDP source port max.326 udp_src_max
342 __u16 udp_src_max; /* exclusive, source UDP port */ member610 pkt_dev->udp_src_min, pkt_dev->udp_src_max, in pktgen_if_show()1070 if (value != pkt_dev->udp_src_max) { in pktgen_if_write()1071 pkt_dev->udp_src_max = value; in pktgen_if_write()1074 sprintf(pg_result, "OK: udp_src_max=%u", pkt_dev->udp_src_max); in pktgen_if_write()2378 if (pkt_dev->udp_src_min < pkt_dev->udp_src_max) { in mod_cur_headers()2381 (pkt_dev->udp_src_max - pkt_dev->udp_src_min) in mod_cur_headers()2386 if (pkt_dev->cur_udp_src >= pkt_dev->udp_src_max) in mod_cur_headers()3618 pkt_dev->udp_src_max = 9; in pktgen_add_device()