Searched refs:udp_src_max (Results 1 – 2 of 2) sorted by relevance
39 pgset "udp_src_min 9" set UDP source port min, If < udp_src_max, then41 pgset "udp_src_max 9" set UDP source port max.
155 __u16 udp_src_max; /* exclusive, source UDP port */ member400 if (info->udp_src_min < info->udp_src_max) { in mod_cur_headers()402 … info->cur_udp_src = ((net_random() % (info->udp_src_max - info->udp_src_min)) in mod_cur_headers()407 if (info->cur_udp_src >= info->udp_src_max) { in mod_cur_headers()811 info->udp_src_min, info->udp_src_max, info->udp_dst_min, in proc_read()1042 info->udp_src_max = value; in proc_write()1043 sprintf(result, "OK: udp_src_max=%u", info->udp_src_max); in proc_write()1343 pginfos[i].udp_src_max = 9; in init()