summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-04-08 21:31:29 +0300
committerDavid S. Miller <davem@davemloft.net>2022-04-10 19:32:11 +0300
commitfc8da80f990696a50ea76628daca6e63331b18b7 (patch)
tree7d58da182b6c11c390f0615f0b8fef2fa64389c4 /include
parent06554f4ffc2595ae52ee80aec4a13bd77d22bed7 (diff)
downloadlinux-fc8da80f990696a50ea76628daca6e63331b18b7.tar.xz
tls: rx: don't handle async in tls_sw_advance_skb()
tls_sw_advance_skb() caters to the async case when skb argument is NULL. In that case it simply unpauses the strparser. These are surprising semantics to a person reading the code, and result in higher LoC, so inline the __strp_unpause and only call tls_sw_advance_skb() when we actually move past an skb. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions