Searched refs:trans1 (Results 1 - 1 of 1) sorted by relevance

/net/sctp/
H A Dassociola.c1229 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, argument
1232 if (trans1->error_count > trans2->error_count) {
1234 } else if (trans1->error_count == trans2->error_count &&
1236 trans1->last_time_heard)) {
1239 return trans1;

Completed in 6 milliseconds