Searched refs:BPF_ABS (Results 1 – 11 of 11) sorted by relevance
/third_party/eudev/src/libudev/ |
D | libudev-monitor.c | 260 … 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_bl… in udev_monitor_filter_update() 288 …bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, filter_tag_bl… in udev_monitor_filter_update() 306 …bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, filter_subsys… in udev_monitor_filter_update() 315 …bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, filter_devtyp… in udev_monitor_filter_update()
|
/third_party/iptables/include/linux/ |
D | filter.h | 56 #define BPF_ABS 0x20 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_monitor.c | 183 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 2), 187 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 3),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_monitor.c | 180 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 2), 184 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 3),
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl04.c | 39 BPF_STMT(BPF_LD | BPF_W | BPF_ABS, (offsetof (struct seccomp_data, nr))),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 86 def BPF_ABS : BPFModeModifer<0x1>;
|
D | BPFInstrInfo.td | 694 : TYPE_LD_ST<BPF_ABS.Value, SizeOp.Value,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/ |
D | BPFDisassembler.cpp | 56 BPF_ABS = 0x1, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_linux.c | 357 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/ |
D | l2_packet_linux.c | 362 BPF_STMT(BPF_LD | BPF_H | BPF_ABS, 2 * ETH_ALEN), in l2_packet_init_bridge()
|
/third_party/toybox/toys/pending/ |
D | dhcp.c | 240 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, 9), 242 BPF_STMT(BPF_LD|BPF_H|BPF_ABS, 6),
|