Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dlznt.c31 const u8 *best_match; member
78 ctx->best_match = hash[1]; in longest_match_std()
81 ctx->best_match = hash[0]; in longest_match_std()
103 ctx->best_match = ptr; in longest_match_best()
179 t16 = make_pair(up - ctx->best_match, max_len, idx); in compress_chunk()
/linux/net/ipv4/
H A Dtcp_ipv4.c1247 struct tcp_md5sig_key *best_match = NULL; local
1276 if (match && better_md5_match(best_match, key))
1277 best_match = key;
1279 return best_match;