HomeSort by: relevance | last modified time | path
    Searched defs:msl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_vtw.c 39 * Maximum Segment Lifetime (MSL) expires. On a host whose workload
46 * is an MSL, and a session uses the MSL of its class. The classes are
1268 * {1,2,3} MSL-class based allocation
1271 * space. MSL-class based divides the arena, so that allocation
1342 /*!\brief map class to TCP MSL
1358 /*!\brief map TCP MSL to class
1361 msl_to_class(int msl)
1364 if (msl <= (tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2)))
1366 if (msl <= (tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1))
1381 int msl; local in function:vtw_alloc
    [all...]
tcp_vtw.c 39 * Maximum Segment Lifetime (MSL) expires. On a host whose workload
46 * is an MSL, and a session uses the MSL of its class. The classes are
1268 * {1,2,3} MSL-class based allocation
1271 * space. MSL-class based divides the arena, so that allocation
1342 /*!\brief map class to TCP MSL
1358 /*!\brief map TCP MSL to class
1361 msl_to_class(int msl)
1364 if (msl <= (tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2)))
1366 if (msl <= (tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1))
1381 int msl; local in function:vtw_alloc
    [all...]

Completed in 52 milliseconds