Lines Matching refs:old
525 volatile __u16 old_state; /* old state, to be used for
568 * options, but unfortunately, we also need to keep the old definitions to
1575 static inline __wsum ip_vs_check_diff4(__be32 old, __be32 new, __wsum oldsum)
1577 __be32 diff[2] = { ~old, new };
1583 static inline __wsum ip_vs_check_diff16(const __be32 *old, const __be32 *new,
1586 __be32 diff[8] = { ~old[3], ~old[2], ~old[1], ~old[0],
1593 static inline __wsum ip_vs_check_diff2(__be16 old, __be16 new, __wsum oldsum)
1595 __be16 diff[2] = { ~old, new };
1657 /* Using old conntrack that can not be redirected to another real server? */