Searched refs:TCP_MIN_MAP_ENTRIES_LIMIT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ | ||
H A D | tcp_var.h | 529 #define TCP_MIN_MAP_ENTRIES_LIMIT 128 macro |
H A D | tcp_subr.c | 308 if (new > 0 && new < TCP_MIN_MAP_ENTRIES_LIMIT) in sysctl_net_inet_tcp_map_limit_check() |