commit | 31ce8c4a1ad26852c91de900ebf6888a4d53fc1a | [log] [tgz] |
---|---|---|
author | Arthur Fabre <arthur@arthurfabre.com> | Sun Oct 07 09:45:19 2018 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Oct 08 10:20:56 2018 +0200 |
tree | 59dbd066ccb6f534a85b2b00d0664c0f4ea58c3a | |
parent | 1bc38b8ff6cc54b1cd925525c0a9ffa7eef4d23b [diff] |
bpf, doc: Document Jump X addressing mode bpf_asm and the other classic BPF tools support jump conditions comparing register A to register X, in addition to comparing register A with constant K. Only the latter was documented in filter.txt, add two new addressing modes that describe the former. Signed-off-by: Arthur Fabre <arthur@arthurfabre.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>