Searched refs:V_isn_offset (Results 1 – 1 of 1) sorted by relevance
3488 #define V_isn_offset VNET(isn_offset) macro3509 V_isn_offset += ISN_STATIC_INCREMENT + in tcp_new_isn()3514 if (SEQ_GT(projected_offset, V_isn_offset)) in tcp_new_isn()3515 V_isn_offset = projected_offset; in tcp_new_isn()3516 V_isn_offset_old = V_isn_offset; in tcp_new_isn()3519 new_isn += V_isn_offset; in tcp_new_isn()