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