fou: eliminate IPv4,v6 specific GRO functions
[deliverable/linux.git] / include / linux / netdevice.h
index 910fb17ad14898ac9fdbc3d91e951f6b1182bb59..22d54b9b700d9a05ece03073cce0a980d082d63d 100644 (file)
@@ -1886,6 +1886,9 @@ struct napi_gro_cb {
        /* Number of checksums via CHECKSUM_UNNECESSARY */
        u8      csum_cnt:3;
 
+       /* Used in foo-over-udp, set in udp[46]_gro_receive */
+       u8      is_ipv6:1;
+
        /* used to support CHECKSUM_COMPLETE for tunneling protocols */
        __wsum  csum;
 
This page took 0.025558 seconds and 5 git commands to generate.