Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance
1074 struct tcp_md5sig_key *best_match = NULL; in __tcp_md5_do_lookup() local1102 if (match && better_md5_match(best_match, key)) in __tcp_md5_do_lookup()1103 best_match = key; in __tcp_md5_do_lookup()1105 return best_match; in __tcp_md5_do_lookup()