Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/networking/
Dpktgen.rst102 udp_src_min: 9 udp_src_max: 109 udp_dst_min: 9 udp_dst_max: 9
188 pgset "udp_src_min 9" set UDP source port min, If < udp_src_max, then
191 pgset "udp_src_max 9" set UDP source port max.
334 udp_src_max
/Linux-v5.15/net/core/
Dpktgen.c345 __u16 udp_src_max; /* exclusive, source UDP port */ member
627 pkt_dev->udp_src_min, pkt_dev->udp_src_max, in pktgen_if_show()
1169 if (value != pkt_dev->udp_src_max) { in pktgen_if_write()
1170 pkt_dev->udp_src_max = value; in pktgen_if_write()
1173 sprintf(pg_result, "OK: udp_src_max=%u", pkt_dev->udp_src_max); in pktgen_if_write()
2478 if (pkt_dev->udp_src_min < pkt_dev->udp_src_max) { in mod_cur_headers()
2481 (pkt_dev->udp_src_max - pkt_dev->udp_src_min) in mod_cur_headers()
2486 if (pkt_dev->cur_udp_src >= pkt_dev->udp_src_max) in mod_cur_headers()
3764 pkt_dev->udp_src_max = 9; in pktgen_add_device()