Searched refs:from (Results 1 – 7 of 7) sorted by relevance
5 for using eBPF. The examples use libbpf from tools/lib/bpf.7 Note that the XDP-specific samples have been removed from this directory and9 See the commit messages removing each tool from this directory for how to56 For building the BPF samples, issue the below command from the kernel61 It is also possible to call make from this directory. This will just
66 static __always_inline int xdp_redirect_collect_stat(int from, int err) in xdp_redirect_collect_stat() argument73 if (!IN_SET(from_match, from)) in xdp_redirect_collect_stat()
26 To remove (unattach) a socket_ops BPF program from a cgroupv2:
190 static void dump_hex(unsigned long long *data, int from, int to) in dump_hex() argument194 from /= 8; in dump_hex()197 for (offset = from; offset < to; offset++) { in dump_hex()
161 let dev = ARef::from(misc.device()); in open()
95 Data is loop backed from hosts mtty driver.
30 test various trace_printk() calls from a module.61 access Ftrace instances from within the kernel.
Completed in 10 milliseconds