[IPV4]: struct ip_sf_list and struct ip_sf_socklist annotated
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / igmp.h
index fd207d9b2733bd5caf1513659182605ee685af1d..4e9f3fe77cf9ad684476aaba89f9daee61918311 100644 (file)
@@ -136,7 +136,7 @@ struct ip_sf_socklist
 {
        unsigned int            sl_max;
        unsigned int            sl_count;
-       __u32                   sl_addr[0];
+       __be32                  sl_addr[0];
 };
 
 #define IP_SFLSIZE(count)      (sizeof(struct ip_sf_socklist) + \
@@ -159,7 +159,7 @@ struct ip_mc_socklist
 struct ip_sf_list
 {
        struct ip_sf_list       *sf_next;
-       __u32                   sf_inaddr;
+       __be32                  sf_inaddr;
        unsigned long           sf_count[2];    /* include/exclude counts */
        unsigned char           sf_gsresp;      /* include in g & s response? */
        unsigned char           sf_oldin;       /* change state */