--- zzzz-none-000/linux-4.1.52/include/linux/mroute6.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/include/linux/mroute6.h 2022-03-02 11:37:13.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);