Lines Matching full:userspace
4 Running BPF programs from userspace
8 from userspace.
19 execute a BPF program in the kernel and return the results to userspace. This
43 When using the ``BPF_PROG_RUN`` command, userspace supplies an input context
46 execute the program and return the results to userspace. Note that programs will
49 returned to userspace. A separate mode for live execution of XDP programs is
68 will not be returned to userspace; instead, the kernel will perform the
72 addition, not all failures will be reported back to userspace directly;
79 - Userspace can supply an ifindex as part of the context object, just like in
93 maximum NAPI receive batch size), but can be specified by userspace through
103 with the initial packet data supplied by userspace at ``BPF_PROG_RUN``