]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/igmp.c
[IPV4]: ip_mc_sf_allow() annotated
[net-next-2.6.git] / net / ipv4 / igmp.c
index f6ca51a2dcc2b79bf4a203e792f69ed5cdd3c510..a2c7b2b1b3fb76a66fbfa8095c4789cf7fa286d6 100644 (file)
@@ -2156,7 +2156,7 @@ done:
 /*
  * check if a multicast source filter allows delivery for a given <src,dst,intf>
  */
-int ip_mc_sf_allow(struct sock *sk, u32 loc_addr, u32 rmt_addr, int dif)
+int ip_mc_sf_allow(struct sock *sk, __be32 loc_addr, __be32 rmt_addr, int dif)
 {
        struct inet_sock *inet = inet_sk(sk);
        struct ip_mc_socklist *pmc;