Home
last modified time | relevance | path

Searched refs:TCP_MIN_MAP_ENTRIES_LIMIT (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/netinet/
H A Dtcp_subr.c366 if (new > 0 && new < TCP_MIN_MAP_ENTRIES_LIMIT) in sysctl_net_inet_tcp_map_limit_check()
H A Dtcp_var.h529 #define TCP_MIN_MAP_ENTRIES_LIMIT 128 macro