Searched refs:USER_MSS (Results 1 – 2 of 2) sorted by relevance
98 #define USER_MSS(tp) ((tp)->rx_opt.user_mss) macro
876 if (USER_MSS(tp) && tp->advmss > USER_MSS(tp)) in chtls_select_mss()877 tp->advmss = USER_MSS(tp); in chtls_select_mss()