From: David Miller <davem@davemloft.net>
To: lucien.xin@gmail.com
Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org,
marcelo.leitner@gmail.com, nhorman@tuxdriver.com
Subject: Re: [PATCH net-next 1/5] ipv4: add __ip_queue_xmit() that supports tos param
Date: Mon, 25 Jun 2018 16:26:54 +0900 (KST) [thread overview]
Message-ID: <20180625.162654.1306497955900954874.davem@davemloft.net> (raw)
In-Reply-To: <6d8aa86ce11166620c9fd4e50fdcce1baab69ab6.1529892764.git.lucien.xin@gmail.com>
From: Xin Long <lucien.xin@gmail.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?
next prev parent reply other threads:[~2018-06-25 7:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 2:14 [PATCH net-next 0/5] sctp: fully support for dscp and flowlabel per transport Xin Long
2018-06-25 2:14 ` [PATCH net-next 1/5] ipv4: add __ip_queue_xmit() that supports tos param Xin Long
2018-06-25 2:14 ` [PATCH net-next 2/5] sctp: add support for dscp and flowlabel per transport Xin Long
2018-06-25 2:14 ` [PATCH net-next 3/5] sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams Xin Long
2018-06-25 2:14 ` [PATCH net-next 4/5] sctp: add support for setting flowlabel when adding a transport Xin Long
2018-06-25 2:14 ` [PATCH net-next 5/5] sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst Xin Long
2018-06-25 7:31 ` [PATCH net-next 3/5] sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams David Miller
2018-06-25 11:28 ` Neil Horman
2018-06-25 13:03 ` Marcelo Ricardo Leitner
2018-06-25 16:12 ` 吉藤英明
2018-06-25 16:31 ` Marcelo Ricardo Leitner
2018-06-26 4:33 ` Xin Long
2018-06-26 12:02 ` 吉藤英明
2018-06-28 6:40 ` Xin Long
2018-06-30 8:15 ` 吉藤英明
2018-06-25 7:26 ` David Miller [this message]
2018-06-25 11:13 ` [PATCH net-next 1/5] ipv4: add __ip_queue_xmit() that supports tos param Neil Horman
2018-06-26 4:38 ` Xin Long
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180625.162654.1306497955900954874.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linux-sctp@vger.kernel.org \
--cc=lucien.xin@gmail.com \
--cc=marcelo.leitner@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).