diff options
author | Jakub Kicinski <[email protected]> | 2024-05-30 16:36:15 -0700 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2024-06-04 13:23:30 +0200 |
commit | 1be68a87ab333af37b02ad928a724a722a5a8203 (patch) | |
tree | a5e869e921f91a7cb5da145e3d012a3705235ce0 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 071115301838c6c265065dd5d6bf43a9a987a550 (diff) |
tcp: add a helper for setting EOR on tail skb
TLS (and hopefully soon PSP will) use EOR to prevent skbs
with different decrypted state from getting merged, without
adding new tests to the skb handling. In both cases once
the connection switches to an "encrypted" state, all subsequent
skbs will be encrypted, so a single "EOR fence" is sufficient
to prevent mixing.
Add a helper for setting the EOR bit, to make this arrangement
more explicit.
Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Reviewed-by: Willem de Bruijn <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions