Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/networking/
Dpktgen.txt42 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
44 pgset "udp_dst_max 9" set UDP destination port max.
/linux-2.4.37.9/net/core/
Dpktgen.c157 __u16 udp_dst_max; /* exclusive, dest UDP port */ member
413 if (info->udp_dst_min < info->udp_dst_max) { in mod_cur_headers()
415 … info->cur_udp_dst = ((net_random() % (info->udp_dst_max - info->udp_dst_min)) in mod_cur_headers()
420 if (info->cur_udp_dst >= info->udp_dst_max) { in mod_cur_headers()
812 info->udp_dst_max); in proc_read()
1051 info->udp_dst_max = value; in proc_write()
1052 sprintf(result, "OK: udp_dst_max=%u", info->udp_dst_max); in proc_write()
1345 pginfos[i].udp_dst_max = 9; in init()