ip6_output
return ip6_output(net, sk, skb);
INDIRECT_CALLABLE_DECLARE(int ip6_output(struct net *, struct sock *,
ip6_output, ip_output,
int ip6_output(struct net *net, struct sock *sk, struct sk_buff *skb);
EXPORT_SYMBOL(ip6_output);
ip6_output(net, NULL, skb);
goto ip6_output;
goto ip6_output;
goto ip6_output;
goto ip6_output;
ip6_output:
return ip6_output(net, sk, skb);
rt->dst.output = ip6_output;
rt->dst.output = ip6_output;