Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c337 __u16 udp_dst_min; /* inclusive, 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()
1045 if (!strcmp(name, "udp_dst_min")) { in pktgen_if_write()
1051 if (value != pkt_dev->udp_dst_min) { in pktgen_if_write()
1052 pkt_dev->udp_dst_min = value; in pktgen_if_write()
1055 sprintf(pg_result, "OK: udp_dst_min=%u", pkt_dev->udp_dst_min); in pktgen_if_write()
2147 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2385 if (pkt_dev->udp_dst_min < pkt_de in mod_cur_headers()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c346 __u16 udp_dst_min; /* inclusive, 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()
1151 if (!strcmp(name, "udp_dst_min")) { in pktgen_if_write()
1157 if (value != pkt_dev->udp_dst_min) { in pktgen_if_write()
1158 pkt_dev->udp_dst_min = value; in pktgen_if_write()
1161 sprintf(pg_result, "OK: udp_dst_min=%u", pkt_dev->udp_dst_min); in pktgen_if_write()
2255 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2490 if (pkt_dev->udp_dst_min < pkt_de in mod_cur_headers()
[all...]

Completed in 7 milliseconds