Searched defs:insn_buf (Results 1 – 12 of 12) sorted by relevance
/linux-5.10/net/core/ |
D | filter.c | 290 struct bpf_insn *insn_buf) in convert_skb_access() 6245 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 6440 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access() 7743 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() 7752 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() 7792 struct bpf_insn *insn_buf) in bpf_gen_ld_abs() 7826 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() 8105 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() 8228 struct bpf_insn *insn_buf, in flow_dissector_convert_ctx_access() 8281 struct bpf_insn *insn_buf, in bpf_convert_ctx_access() [all …]
|
/linux-5.10/net/xdp/ |
D | xskmap.c | 135 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
|
/linux-5.10/kernel/bpf/ |
D | cgroup.c | 1688 struct bpf_insn *insn_buf, in sysctl_convert_ctx_access() 1845 struct bpf_insn *insn_buf, in cg_sockopt_convert_ctx_access() 1890 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf, in cg_sockopt_get_prologue()
|
D | hashtab.c | 615 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup() 655 struct bpf_insn *insn_buf) in htab_lru_map_gen_lookup() 2100 struct bpf_insn *insn_buf) in htab_of_map_gen_lookup()
|
D | arraymap.c | 217 static int array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup() 1260 struct bpf_insn *insn_buf) in array_of_map_gen_lookup()
|
D | verifier.c | 10393 struct bpf_insn insn_buf[16], *insn; in convert_ctx_accesses() local 10852 struct bpf_insn insn_buf[16]; in fixup_bpf_calls() local 10921 struct bpf_insn insn_buf[16]; in fixup_bpf_calls() local
|
/linux-5.10/arch/x86/kernel/cpu/mce/ |
D | severity.c | 220 u8 insn_buf[MAX_INSN_SIZE]; in is_copy_from_user() local
|
/linux-5.10/arch/x86/kernel/ |
D | traps.c | 494 u8 insn_buf[MAX_INSN_SIZE]; in get_kernel_gp_address() local
|
/linux-5.10/include/linux/ |
D | bpf.h | 1875 struct bpf_insn *insn_buf, in bpf_sock_convert_ctx_access() 1920 struct bpf_insn *insn_buf, in bpf_tcp_sock_convert_ctx_access() 1935 struct bpf_insn *insn_buf, in bpf_xdp_sock_convert_ctx_access()
|
/linux-5.10/drivers/staging/comedi/drivers/ |
D | usbduxsigma.c | 150 u8 *insn_buf; member
|
D | usbdux.c | 187 __le16 *insn_buf; member
|
/linux-5.10/kernel/trace/ |
D | bpf_trace.c | 1868 struct bpf_insn *insn_buf, in pe_prog_convert_ctx_access()
|