Lines Matching refs:diff
759 /* output hook: Process packet in inout direction, diff set for TCP.
764 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
766 /* input hook: Process packet in outin direction, diff set for TCP.
771 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
1577 __be32 diff[2] = { ~old, new };
1579 return csum_partial(diff, sizeof(diff), oldsum);
1586 __be32 diff[8] = { ~old[3], ~old[2], ~old[1], ~old[0],
1589 return csum_partial(diff, sizeof(diff), oldsum);
1595 __be16 diff[2] = { ~old, new };
1597 return csum_partial(diff, sizeof(diff), oldsum);