Lines Matching refs:diff
821 /* output hook: Process packet in inout direction, diff set for TCP.
826 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
828 /* input hook: Process packet in outin direction, diff set for TCP.
833 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
1718 __be32 diff[2] = { ~old, new };
1720 return csum_partial(diff, sizeof(diff), oldsum);
1727 __be32 diff[8] = { ~old[3], ~old[2], ~old[1], ~old[0],
1730 return csum_partial(diff, sizeof(diff), oldsum);
1736 __be16 diff[2] = { ~old, new };
1738 return csum_partial(diff, sizeof(diff), oldsum);