Files
linux/net/ipv4
Xin Long 69b9e1e07d ipv4: add __ip_queue_xmit() that supports tos param
This patch introduces __ip_queue_xmit(), through which the callers
can pass tos param into it without having to set inet->tos. For
ipv6, ip6_xmit() already allows passing tclass parameter.

It's needed when some transport protocol doesn't use inet->tos,
like sctp's per transport dscp, which will be added in next patch.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-04 11:36:54 +09:00
..
2018-05-16 07:24:30 +02:00
2018-04-23 10:21:24 -04:00
2018-03-27 13:18:09 -04:00
2018-05-16 07:24:30 +02:00
2018-06-22 13:43:27 +09:00
2018-03-27 13:18:09 -04:00
2018-03-27 13:18:09 -04:00
2018-06-22 13:43:27 +09:00
2018-06-22 13:43:27 +09:00
2018-05-16 07:24:30 +02:00
2018-05-16 07:24:30 +02:00
2018-06-12 16:19:22 -07:00
2018-05-18 11:40:27 -04:00
2018-02-28 11:43:28 -05:00