Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/networking/
H A 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
/openbmc/linux/net/core/
H A Dpktgen.c345 __u16 udp_src_max; /* exclusive, source UDP port */ member
628 pkt_dev->udp_src_min, pkt_dev->udp_src_max, in pktgen_if_show()
1170 if (value != pkt_dev->udp_src_max) { in pktgen_if_write()
1171 pkt_dev->udp_src_max = value; in pktgen_if_write()
1174 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 - 1); in mod_cur_headers()
2485 if (pkt_dev->cur_udp_src >= pkt_dev->udp_src_max) in mod_cur_headers()
3763 pkt_dev->udp_src_max = 9; in pktgen_add_device()