Files
android_kernel_xiaomi_sm8450/net/sctp
Xin Long 4be4139f7d sctp: add support for setting flowlabel when adding a transport
Struct sockaddr_in6 has the member sin6_flowinfo that includes the
ipv6 flowlabel, it should also support for setting flowlabel when
adding a transport whose ipaddr is from userspace.

Note that addrinfo in sctp_sendmsg is using struct in6_addr for
the secondary addrs, which doesn't contain sin6_flowinfo, and
it needs to copy sin6_flowinfo from the primary addr.

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-06-12 16:19:22 -07:00
2018-02-13 13:56:31 -05:00
2018-06-22 13:43:27 +09:00
2018-02-13 13:56:31 -05:00
2018-05-14 23:15:27 -04:00
2018-05-16 07:24:30 +02:00
2013-12-06 12:37:56 -05:00