Re: [PATCH net-next 1/5] ipv4: add __ip_queue_xmit() that supports tos param From: David Miller <davem@davemloft.net> Date: 2018-06-25 07:26:59 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?
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help