ip_mc_output
int ip_mc_output(struct net *net, struct sock *sk, struct sk_buff *skb);
ip_mc_output(net, NULL, skb);
return ip_mc_output(net, sk, skb);
rth->dst.output = ip_mc_output;