Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance
998 struct tcp_md5sig_key *best_match = NULL; in __tcp_md5_do_lookup() local1024 if (match && (!best_match || in __tcp_md5_do_lookup()1025 key->prefixlen > best_match->prefixlen)) in __tcp_md5_do_lookup()1026 best_match = key; in __tcp_md5_do_lookup()1028 return best_match; in __tcp_md5_do_lookup()