Lines Matching defs:new
465 int add_row; /* row for new ests */
1716 static inline __wsum ip_vs_check_diff4(__be32 old, __be32 new, __wsum oldsum)
1718 __be32 diff[2] = { ~old, new };
1724 static inline __wsum ip_vs_check_diff16(const __be32 *old, const __be32 *new,
1728 new[3], new[2], new[1], new[0] };
1734 static inline __wsum ip_vs_check_diff2(__be16 old, __be16 new, __wsum oldsum)
1736 __be16 diff[2] = { ~old, new };