Home
last modified time | relevance | path

Searched refs:BPF_ABS (Results 1 - 12 of 12) sorted by relevance

/third_party/eudev/src/libudev/
H A Dlibudev-monitor.c260 bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, magic)); in udev_monitor_filter_update()
281 bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, filter_tag_bloom_hi)); in udev_monitor_filter_update()
288 bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, filter_tag_bloom_lo)); in udev_monitor_filter_update()
306 bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, filter_subsystem_hash)); in udev_monitor_filter_update()
315 bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, filter_devtype_hash)); in udev_monitor_filter_update()
/third_party/libbpf/include/uapi/linux/
H A Dbpf_common.h24 #define BPF_ABS 0x20 macro
/third_party/elfutils/lib/
H A Dbpf.h36 #define BPF_ABS 0x20 macro
/third_party/elfutils/libcpu/
H A Dbpf_disasm.c442 case BPF_LD | BPF_ABS | BPF_B: in bpf_disasm()
445 case BPF_LD | BPF_ABS | BPF_H: in bpf_disasm()
448 case BPF_LD | BPF_ABS | BPF_W: in bpf_disasm()
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl04.c46 BPF_STMT(BPF_LD | BPF_W | BPF_ABS, (offsetof(struct seccomp_data, nr))),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_monitor.c180 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 2),
184 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 3),
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_monitor.c183 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 2),
187 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 3),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp56 BPF_ABS = 0x1, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_linux.c357 BPF_STMT(BPF_LD | BPF_H | BPF_ABS, 2 * ETH_ALEN), in l2_packet_init_bridge()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_linux.c426 BPF_STMT(BPF_LD | BPF_H | BPF_ABS, 2 * ETH_ALEN), in l2_packet_init_bridge()
/third_party/toybox/toys/pending/
H A Ddhcp.c240 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, 9),
242 BPF_STMT(BPF_LD|BPF_H|BPF_ABS, 6),
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2185 pub const BPF_ABS: ::__u32 = 0x20; consts

Completed in 20 milliseconds