Searched refs:bpf (Results 1 - 25 of 1258) sorted by path

1234567891011>>

/linux-master/include/linux/
H A Dbpf_lirc.h5 #include <uapi/linux/bpf.h>
/linux-master/samples/bpf/
H A Drun_cookie_uid_helper_example.sh8 iptables -D OUTPUT -m bpf --object-pinned ${mnt_dir}/bpf_prog -j ACCEPT
14 mount -t bpf bpf ${mnt_dir}
H A Dtc_l2_redirect_user.c5 #include <linux/bpf.h>
13 #include <bpf/bpf.h>
H A Dtest_cls_bpf.sh16 echo -n "Loading bpf program '$2'... "
18 tc filter add dev $IFC ingress bpf da obj $1 sec $2
H A Dxdp2skb_meta.sh11 # Related to sample/bpf/xdp2skb_meta_kern.c, which contains BPF-progs
189 prio 1 handle 1 bpf da obj $file sec $prog
/linux-master/
H A DMakefile505 RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids
1332 prepare: tools/bpf/resolve_btfids
1338 resolve_btfids_O = $(abspath $(objtree))/tools/bpf/resolve_btfids
1340 # tools/bpf/resolve_btfids directory might not exist
1344 $(Q)$(MAKE) -sC $(srctree)/tools/bpf/resolve_btfids O=$(resolve_btfids_O) clean
/linux-master/arch/arc/net/
H A Dbpf_jit.h12 #include <linux/bpf.h>
/linux-master/arch/arm/kernel/
H A Dspectre.c2 #include <linux/bpf.h>
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c10 #include <linux/bpf.h>
540 * As ARM_R1 and ARM_R0 contains 1st argument of bpf
/linux-master/arch/arm64/kernel/
H A Dproton-pack.c21 #include <linux/bpf.h>
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c11 #include <linux/bpf.h>
295 /* Offset of nop instruction in bpf prog entry to be poked */
340 /* bpf function may be invoked by 3 instruction types:
341 * 1. bl, attached via freplace to bpf prog via short jump
342 * 2. br, attached via freplace to bpf prog via long jump
2031 * bpf prog and function entry before bpf trampoline hooked:
2035 * bpf prog and function entry after bpf trampoline hooked:
2118 /* bpf trampolin
[all...]
/linux-master/arch/loongarch/net/
H A Dbpf_jit.h8 #include <linux/bpf.h>
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c109 #include <linux/bpf.h>
H A Dbpf_jit_comp32.c18 #include <linux/bpf.h>
H A Dbpf_jit_comp64.c17 #include <linux/bpf.h>
/linux-master/arch/parisc/net/
H A Dbpf_jit.h12 #include <linux/bpf.h>
H A Dbpf_jit_comp32.c11 #include <linux/bpf.h>
1261 pr_err("bpf-jit: BPF_END imm %d invalid\n", imm);
1291 pr_err("bpf-jit: BPF_END imm %d invalid\n", imm);
1455 "bpf-jit: not supported: atomic operation %02x ***\n",
1460 pr_err("bpf-jit: unknown opcode %02x\n", code);
H A Dbpf_jit_comp64.c15 #include <linux/bpf.h>
765 pr_err("bpf-jit: BPF_END imm %d invalid\n", imm);
1088 "bpf-jit: not supported: atomic operation %02x ***\n",
1093 pr_err("bpf-jit: unknown opcode %02x\n", code);
H A Dbpf_jit_core.c9 #include <linux/bpf.h>
134 pr_err("bpf-jit: image did not converge in <%d passes!\n", i);
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c18 #include <linux/bpf.h>
H A Dbpf_jit_comp32.c17 #include <linux/bpf.h>
89 * - the bpf program uses its stack area
162 /* Setup frame pointer to point to the bpf stack area */
225 * r3-r4/BPF_REG_1 - pointer to ctx -- passed as is to the next bpf program
1020 /* Adjust for two bpf instructions */
1042 * Call kernel helper or bpf function
H A Dbpf_jit_comp64.c17 #include <linux/bpf.h>
38 /* for bpf JIT code internal usage */
80 * - the bpf program uses its stack area
170 /* Setup frame pointer to point to the bpf stack area */
256 /* For bpf-to-bpf function calls, the callee's address is unknown
280 * r3/BPF_REG_1 - pointer to ctx -- passed as is to the next bpf program
342 * We spill into the redzone always, even if the bpf program has its own stackframe.
963 /* Adjust for two bpf instructions */
985 * Call kernel helper or bpf functio
[all...]
/linux-master/arch/riscv/net/
H A Dbpf_jit.h12 #include <linux/bpf.h>
207 pr_err("bpf-jit: insn=%d 12b < offset=%d not supported yet!\n",
H A Dbpf_jit_comp32.c12 #include <linux/bpf.h>
1089 pr_err("bpf-jit: BPF_END imm %d invalid\n", imm);
1123 pr_err("bpf-jit: BPF_END imm %d invalid\n", imm);
1278 "bpf-jit: not supported: atomic operation %02x ***\n",
1293 pr_info_once("bpf-jit: not supported: opcode %02x ***\n", code);
1297 pr_err("bpf-jit: unknown opcode %02x\n", code);
H A Dbpf_jit_comp64.c9 #include <linux/bpf.h>
173 pr_err("bpf-jit: target offset 0x%llx is out of range\n", off);
438 pr_err("bpf-jit: target offset 0x%llx is out of range\n", rvoff);
1952 pr_err("bpf-jit: unknown opcode %02x\n", code);

Completed in 298 milliseconds

1234567891011>>