Searched refs:sysctl_hashtable_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c335 static u_int sysctl_hashtable_size = SN_DEFAULT_HASH_SIZE; /**< Sets the hash table size for any NEW NAT instances (existing instances retain their existing Hash Table */ variable
389 &sysctl_hashtable_size, 0, sysctl_chg_hashtable_size, "IU",
500 sysctl_hashtable_size = size;
654 la->sctpNatTableSize = sysctl_hashtable_size;

Completed in 103 milliseconds