X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Finet_lro.h;h=c4335faebb63eba7eb9771dc8f937b1fa82103ac;hb=7c363b8c6536f26934172d3c46f0bbec01a97c61;hp=80335b7d77c5bea2d9f64320c46fb19dfcb60cc2;hpb=5889ba0a6a1174ac38d7045824a2d2ed8e93d756;p=linux-2.6 diff --git a/include/linux/inet_lro.h b/include/linux/inet_lro.h index 80335b7d77..c4335faebb 100644 --- a/include/linux/inet_lro.h +++ b/include/linux/inet_lro.h @@ -84,7 +84,11 @@ struct net_lro_mgr { from received packets and eth protocol is still ETH_P_8021Q */ - u32 ip_summed; /* Set in non generated SKBs in page mode */ + /* + * Set for generated SKBs that are not added to + * the frag list in fragmented mode + */ + u32 ip_summed; u32 ip_summed_aggr; /* Set in aggregated SKBs: CHECKSUM_UNNECESSARY * or CHECKSUM_NONE */