Lines Matching defs:old
586 volatile __u16 old_state; /* old state, to be used for
629 * options, but unfortunately, we also need to keep the old definitions to
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,
1727 __be32 diff[8] = { ~old[3], ~old[2], ~old[1], ~old[0],
1734 static inline __wsum ip_vs_check_diff2(__be16 old, __be16 new, __wsum oldsum)
1736 __be16 diff[2] = { ~old, new };
1798 /* Using old conntrack that can not be redirected to another real server? */