Skip to content
Commit 31ce8c4a authored by Arthur Fabre's avatar Arthur Fabre Committed by Daniel Borkmann
Browse files

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: default avatarArthur Fabre <arthur@arthurfabre.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 1bc38b8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment