--- zzzz-none-000/linux-4.1.38/include/linux/mroute6.h 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/include/linux/mroute6.h 2020-11-25 10:06:48.000000000 +0000 @@ -114,8 +114,13 @@ #define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */ struct rtmsg; +#if defined(CONFIG_BCM_KF_MROUTE) +int ip6mr_get_route(struct net *net, struct sk_buff *skb, + struct rtmsg *rtm, int nowait, int ifIndex); +#else extern int ip6mr_get_route(struct net *net, struct sk_buff *skb, struct rtmsg *rtm, int nowait); +#endif #ifdef CONFIG_IPV6_MROUTE extern struct sock *mroute6_socket(struct net *net, struct sk_buff *skb);