Home
last modified time | relevance | path

Searched defs:insn_buf (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/bpf/
H A Dfixups.c748 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 Darraymap.c218 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 Dhashtab.c776 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 Dcgroup.c2480 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 Dverifier.c20634 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 Dxskmap.c121 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 Dfilter.c319 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 Dbpf_testmod.c1765 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 Dctx_rewrite.c651 char insn_buf[64]; match_program() local
/linux/drivers/comedi/drivers/
H A Dusbdux.c186 __le16 *insn_buf; member
H A Dusbduxsigma.c149 u8 *insn_buf; member
/linux/include/linux/
H A Dbpf.h3983 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 Dbpf_verifier.h1037 struct bpf_insn insn_buf[INSN_BUF_SIZE]; member
/linux/kernel/trace/
H A Dbpf_trace.c1904 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()