diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-07-14 22:22:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-18 11:24:10 +0100 |
commit | 008141de8557479289936e21e7ed6bad50d09443 (patch) | |
tree | d299e91c578658ed18ddcefaf805674d08587efd /include/net/strparser.h | |
parent | 4cbc325ed6b4dce4910be06d9d6940a8b919c59b (diff) | |
download | linux-008141de8557479289936e21e7ed6bad50d09443.tar.gz linux-008141de8557479289936e21e7ed6bad50d09443.tar.bz2 linux-008141de8557479289936e21e7ed6bad50d09443.zip |
tls: rx: don't try to keep the skbs always on the list
I thought that having the skb either always on the ctx->rx_list
or ctx->recv_pkt will simplify the handling, as we would not
have to remember to flip it from one to the other on exit paths.
This became a little harder to justify with the fix for BPF
sockmaps. Subsequent changes will make the situation even worse.
Queue the skbs only when really needed.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/strparser.h')
0 files changed, 0 insertions, 0 deletions