--- zzzz-none-000/linux-4.1.38/include/net/icmp.h 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/include/net/icmp.h 2020-11-25 10:06:48.000000000 +0000 @@ -45,4 +45,7 @@ int icmp_init(void); void icmp_out_count(struct net *net, unsigned char type); +#if defined(CONFIG_BCM_KF_MAP) && (defined(CONFIG_BCM_MAP) || defined(CONFIG_BCM_MAP_MODULE)) +void send_icmp_frag(struct sk_buff *skb_in, int type, int code, __be32 info); +#endif #endif /* _ICMP_H */