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