Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c338 __u16 udp_dst_max; /* exclusive, dest UDP port */ member
603 " udp_dst_min: %d udp_dst_max: %d\n", in pktgen_if_show()
605 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max); in pktgen_if_show()
1071 if (!strcmp(name, "udp_dst_max")) { in pktgen_if_write()
1077 if (value != pkt_dev->udp_dst_max) { in pktgen_if_write()
1078 pkt_dev->udp_dst_max = value; in pktgen_if_write()
1081 sprintf(pg_result, "OK: udp_dst_max=%u", pkt_dev->udp_dst_max); in pktgen_if_write()
2385 if (pkt_dev->udp_dst_min < pkt_dev->udp_dst_max) { in mod_cur_headers()
2388 (pkt_dev->udp_dst_max in mod_cur_headers()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c347 __u16 udp_dst_max; /* exclusive, dest UDP port */ member
627 " udp_dst_min: %d udp_dst_max: %d\n", in pktgen_if_show()
629 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max); in pktgen_if_show()
1177 if (!strcmp(name, "udp_dst_max")) { in pktgen_if_write()
1183 if (value != pkt_dev->udp_dst_max) { in pktgen_if_write()
1184 pkt_dev->udp_dst_max = value; in pktgen_if_write()
1187 sprintf(pg_result, "OK: udp_dst_max=%u", pkt_dev->udp_dst_max); in pktgen_if_write()
2490 if (pkt_dev->udp_dst_min < pkt_dev->udp_dst_max) { in mod_cur_headers()
2493 pkt_dev->udp_dst_max in mod_cur_headers()
[all...]

Completed in 7 milliseconds