Searched refs:BPF_LDX_MEM (Results 1 – 3 of 3) sorted by relevance
/samples/bpf/ |
D | cookie_uid_helper_example.c | 126 BPF_LDX_MEM(BPF_W, BPF_REG_1, BPF_REG_6, in prog_load() 152 BPF_LDX_MEM(BPF_W, BPF_REG_1, BPF_REG_6, in prog_load() 156 BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, in prog_load()
|
D | test_cgrp2_attach.c | 66 BPF_LDX_MEM(BPF_W, BPF_REG_1, BPF_REG_6, offsetof(struct __sk_buff, len)), /* r1 = skb->len */ in prog_load()
|
D | bpf_insn.h | 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ macro
|