Searched refs:trans2 (Results 1 – 1 of 1) sorted by relevance
1229 struct sctp_transport *trans2) in sctp_trans_elect_tie() argument1231 if (trans1->error_count > trans2->error_count) { in sctp_trans_elect_tie()1232 return trans2; in sctp_trans_elect_tie()1233 } else if (trans1->error_count == trans2->error_count && in sctp_trans_elect_tie()1234 ktime_after(trans2->last_time_heard, in sctp_trans_elect_tie()1236 return trans2; in sctp_trans_elect_tie()