Searched refs:udp_dst_max (Results 1 – 2 of 2) sorted by relevance
42 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then44 pgset "udp_dst_max 9" set UDP destination port max.
157 __u16 udp_dst_max; /* exclusive, dest UDP port */ member413 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()