Skip to content

Commit f8a1922

Browse files
committed
Fix linux opcodes links
Signed-off-by: Dave Thaler <[email protected]>
1 parent 96a11df commit f8a1922

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

rst/linux-opcodes.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
====== ==== =================================================== =============
22
opcode imm description reference
33
====== ==== =================================================== =============
4-
0x20 any dst = ntohl(\*(u32 \*)(R6->data + imm)) `Legacy BPF Packet access instructions`_
5-
0x28 any dst = ntohs(\*(u16 \*)(R6->data + imm)) `Legacy BPF Packet access instructions`_
6-
0x30 any dst = (\*(u8 \*)(R6->data + imm)) `Legacy BPF Packet access instructions`_
7-
0x38 any dst = ntohll(\*(u64 \*)(R6->data + imm)) `Legacy BPF Packet access instructions`_
8-
0x40 any dst = ntohl(\*(u32 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions`_
9-
0x48 any dst = ntohs(\*(u16 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions`_
10-
0x50 any dst = \*(u8 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions`_
11-
0x58 any dst = ntohll(\*(u64 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions`_
4+
0x20 any dst = ntohl(\*(u32 \*)(R6->data + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
5+
0x28 any dst = ntohs(\*(u16 \*)(R6->data + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
6+
0x30 any dst = (\*(u8 \*)(R6->data + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
7+
0x38 any dst = ntohll(\*(u64 \*)(R6->data + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
8+
0x40 any dst = ntohl(\*(u32 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
9+
0x48 any dst = ntohs(\*(u16 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
10+
0x50 any dst = \*(u8 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
11+
0x58 any dst = ntohll(\*(u64 \*)(R6->data + src + imm)) `Legacy BPF Packet access instructions <linux-notes.rst#legacy-bpf-packet-access-instructions>`_
1212
====== ==== =================================================== =============

0 commit comments

Comments
 (0)