Home
last modified time | relevance | path

Searched refs:udp_dst_max (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/networking/
Dpktgen.txt97 udp_src_min: 9 udp_src_max: 109 udp_dst_min: 9 udp_dst_max: 9
175 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
177 pgset "udp_dst_max 9" set UDP destination port max.
320 udp_dst_max
/linux-4.4.14/net/core/
Dpktgen.c324 __u16 udp_dst_max; /* exclusive, dest UDP port */ member
591 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max); in pktgen_if_show()
1079 if (value != pkt_dev->udp_dst_max) { in pktgen_if_write()
1080 pkt_dev->udp_dst_max = value; in pktgen_if_write()
1083 sprintf(pg_result, "OK: udp_dst_max=%u", pkt_dev->udp_dst_max); in pktgen_if_write()
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()
2479 if (pkt_dev->cur_udp_dst >= pkt_dev->udp_dst_max) in mod_cur_headers()
3665 pkt_dev->udp_dst_max = 9; in pktgen_add_device()