[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180625111312.GA16772@hmswarspite.think-freely.org>
Date: Mon, 25 Jun 2018 07:13:12 -0400
From: Neil Horman <nhorman@...driver.com>
To: David Miller <davem@...emloft.net>
Cc: lucien.xin@...il.com, netdev@...r.kernel.org,
linux-sctp@...r.kernel.org, marcelo.leitner@...il.com
Subject: Re: [PATCH net-next 1/5] ipv4: add __ip_queue_xmit() that supports
tos param
On Mon, Jun 25, 2018 at 04:26:54PM +0900, David Miller wrote:
> From: Xin Long <lucien.xin@...il.com>
> Date: Mon, 25 Jun 2018 10:14:33 +0800
>
> > +EXPORT_SYMBOL(__ip_queue_xmit);
> > +
> > +int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)
> > +{
> > + return __ip_queue_xmit(sk, skb, fl, inet_sk(sk)->tos);
> > +}
> > EXPORT_SYMBOL(ip_queue_xmit);
>
> Maybe better to only export __ip_queue_xmit() and make ip_queue_xmit() an
> inline function in net/ip.h?
>
I concur. No need to export both here
Neil
Powered by blists - more mailing lists