diff options
author | David Ahern <dsahern@gmail.com> | 2017-08-07 08:44:19 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-07 11:39:22 -0700 |
commit | 60d9b03141243589dacd3136f3fcb4e6976df954 (patch) | |
tree | 2b8ac19e4d4e78b910983c50422cf375fa94e799 /include/linux/igmp.h | |
parent | 67359930e185c491b47cb958d5f1d6c1af4598a2 (diff) | |
download | talos-obmc-linux-60d9b03141243589dacd3136f3fcb4e6976df954.tar.gz talos-obmc-linux-60d9b03141243589dacd3136f3fcb4e6976df954.zip |
net: ipv4: add second dif to multicast source filter
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/igmp.h')
-rw-r--r-- | include/linux/igmp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/igmp.h b/include/linux/igmp.h index 97caf1821de8..f8231854b5d6 100644 --- a/include/linux/igmp.h +++ b/include/linux/igmp.h @@ -118,7 +118,8 @@ extern int ip_mc_msfget(struct sock *sk, struct ip_msfilter *msf, struct ip_msfilter __user *optval, int __user *optlen); extern int ip_mc_gsfget(struct sock *sk, struct group_filter *gsf, struct group_filter __user *optval, int __user *optlen); -extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt, int dif); +extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt, + int dif, int sdif); extern void ip_mc_init_dev(struct in_device *); extern void ip_mc_destroy_dev(struct in_device *); extern void ip_mc_up(struct in_device *); |