]> git.baikalelectronics.ru Git - kernel.git/commit
net/tls: store async_capable on a single bit
authorJakub Kicinski <jakub.kicinski@netronome.com>
Mon, 7 Oct 2019 04:09:31 +0000 (21:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 13:58:27 +0000 (09:58 -0400)
commita01c1c09d008f1e19bebd227525f9f12f131c8c3
treeb9488dc0705bf05ad0287490c537b40815b26ef7
parent86a377df3f80863369d702e178600db3a8060870
net/tls: store async_capable on a single bit

Store async_capable on a single bit instead of a full integer
to save space.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tls.h
net/tls/tls_sw.c