Home
last modified time | relevance | path

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

/net/core/
Dpktgen.c338 __u16 udp_dst_max; /* exclusive, dest UDP port */ member
605 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max); in pktgen_if_show()
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 - pkt_dev->udp_dst_min) in mod_cur_headers()
2392 if (pkt_dev->cur_udp_dst >= pkt_dev->udp_dst_max) in mod_cur_headers()
3625 pkt_dev->udp_dst_max = 9; in pktgen_add_device()