| /linux/kernel/bpf/ |
| H A D | fixups.c | 748 struct bpf_insn *insn_buf = env->insn_buf; in bpf_convert_ctx_accesses() local 1518 struct bpf_insn *insn_buf = env->insn_buf; in bpf_do_misc_fixups() local 2507 struct bpf_insn *insn_buf = env->insn_buf; in inline_bpf_loop() local
|
| H A D | arraymap.c | 218 static int array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup() 294 static int percpu_array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in percpu_array_map_gen_lookup() 1474 struct bpf_insn *insn_buf) in array_of_map_gen_lookup()
|
| H A D | hashtab.c | 776 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup() 816 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup() 2414 static int htab_percpu_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_percpu_map_gen_lookup() 2705 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup() 3092 static int rhtab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in rhtab_map_gen_lookup()
|
| H A D | cgroup.c | 2480 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access() 2680 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access() 2756 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
|
| H A D | verifier.c | 20634 struct bpf_insn *insn_buf, in __fixup_collection_insert_kfunc() 20648 struct bpf_insn *insn_buf, int insn_idx, int *cnt) in bpf_fixup_kfunc_call()
|
| /linux/net/xdp/ |
| H A D | xskmap.c | 121 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
|
| /linux/net/core/ |
| H A D | filter.c | 319 struct bpf_insn *insn_buf) in convert_skb_access() 7614 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 7808 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access() 9343 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() 9352 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() 9392 struct bpf_insn *insn_buf) in bpf_gen_ld_abs() 9426 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() 9767 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() 9894 struct bpf_insn *insn_buf, in flow_dissector_convert_ctx_access() 10040 struct bpf_insn *insn_buf, in bpf_convert_ctx_access() [all …]
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 1765 static int st_ops_gen_prologue_with_kfunc(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue_with_kfunc() 1800 static int st_ops_gen_epilogue_with_kfunc(struct bpf_insn *insn_buf, const struct bpf_prog *prog, in st_ops_gen_epilogue_with_kfunc() 1841 static int st_ops_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue() 1867 static int st_ops_gen_epilogue(struct bpf_insn *insn_buf, const struct bpf_prog *prog, in st_ops_gen_epilogue()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 651 char insn_buf[64]; match_program() local
|
| /linux/drivers/comedi/drivers/ |
| H A D | usbdux.c | 186 __le16 *insn_buf; member
|
| H A D | usbduxsigma.c | 149 u8 *insn_buf; member
|
| /linux/include/linux/ |
| H A D | bpf.h | 3983 struct bpf_insn *insn_buf, in bpf_sock_convert_ctx_access() 4034 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 4049 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
|
| H A D | bpf_verifier.h | 1037 struct bpf_insn insn_buf[INSN_BUF_SIZE]; member
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1904 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()
|