Searched defs:insn_buf (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | filter.c | 271 			      struct bpf_insn *insn_buf)  in convert_skb_access()5572 				    struct bpf_insn *insn_buf,  in bpf_tcp_sock_convert_ctx_access()
 5763 				    struct bpf_insn *insn_buf,  in bpf_xdp_sock_convert_ctx_access()
 6732 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write,  in bpf_noop_prologue()
 6741 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write,  in bpf_unclone_prologue()
 6781 			  struct bpf_insn *insn_buf)  in bpf_gen_ld_abs()
 6815 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write,  in tc_cls_act_prologue()
 7072 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write,  in sk_skb_prologue()
 7190 					     struct bpf_insn *insn_buf,  in flow_dissector_convert_ctx_access()
 7222 				  struct bpf_insn *insn_buf,  in bpf_convert_ctx_access()
 [all …]
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | cgroup.c | 1333 				     struct bpf_insn *insn_buf,  in sysctl_convert_ctx_access()1490 					 struct bpf_insn *insn_buf,  in cg_sockopt_convert_ctx_access()
 1535 static int cg_sockopt_get_prologue(struct bpf_insn *insn_buf,  in cg_sockopt_get_prologue()
 
 | 
| D | arraymap.c | 185 static u32 array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf)  in array_map_gen_lookup()804 				   struct bpf_insn *insn_buf)  in array_of_map_gen_lookup()
 
 | 
| D | hashtab.c | 503 static u32 htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf)  in htab_map_gen_lookup()543 				   struct bpf_insn *insn_buf)  in htab_lru_map_gen_lookup()
 1481 				  struct bpf_insn *insn_buf)  in htab_of_map_gen_lookup()
 
 | 
| D | verifier.c | 8493 	struct bpf_insn insn_buf[16], *insn;  in convert_ctx_accesses()  local8879 	struct bpf_insn insn_buf[16];  in fixup_bpf_calls()  local
 8948 			struct bpf_insn insn_buf[16];  in fixup_bpf_calls()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | bpf.h | 1089 					      struct bpf_insn *insn_buf,  in bpf_sock_convert_ctx_access()1125 						  struct bpf_insn *insn_buf,  in bpf_tcp_sock_convert_ctx_access()
 1140 						  struct bpf_insn *insn_buf,  in bpf_xdp_sock_convert_ctx_access()
 
 | 
| /Linux-v5.4/drivers/staging/comedi/drivers/ | 
| D | usbdux.c | 187 	__le16 *insn_buf;  member
 | 
| D | usbduxsigma.c | 150 	u8 *insn_buf;  member
 | 
| /Linux-v5.4/kernel/trace/ | 
| D | bpf_trace.c | 1149 				      struct bpf_insn *insn_buf,  in pe_prog_convert_ctx_access()
 |