Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_ipv4.c1244 struct tcp_md5sig_key *best_match = NULL; local
1273 if (match && better_md5_match(best_match, key))
1274 best_match = key;
1276 return best_match;