Home
last modified time | relevance | path

Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance

/net/ipv4/
Dtcp_ipv4.c998 struct tcp_md5sig_key *best_match = NULL; in __tcp_md5_do_lookup() local
1024 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()