Home
last modified time | relevance | path

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

/Linux-v5.10/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.
336 udp_src_max
/Linux-v5.10/net/core/
Dpktgen.c336 __u16 udp_src_max; /* exclusive, source UDP port */ member
604 pkt_dev->udp_src_min, pkt_dev->udp_src_max, in pktgen_if_show()
1064 if (value != pkt_dev->udp_src_max) { in pktgen_if_write()
1065 pkt_dev->udp_src_max = value; in pktgen_if_write()
1068 sprintf(pg_result, "OK: udp_src_max=%u", pkt_dev->udp_src_max); in pktgen_if_write()
2372 if (pkt_dev->udp_src_min < pkt_dev->udp_src_max) { in mod_cur_headers()
2375 (pkt_dev->udp_src_max - pkt_dev->udp_src_min) in mod_cur_headers()
2380 if (pkt_dev->cur_udp_src >= pkt_dev->udp_src_max) in mod_cur_headers()
3622 pkt_dev->udp_src_max = 9; in pktgen_add_device()