CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/08/11 09:34:30
Modified files: sys/netinet : tcp_input.c Log message: Implement TCP SYN cache hash as inline function. Replace a bunch of nested macros to calculate the hash within TCP SYN cache with static inline function syn_cache_hash(). OK mvs@