Searched refs:bpf_binary_header (Results 1 – 14 of 14) sorted by relevance
551 struct bpf_binary_header { struct1028 struct bpf_binary_header *1032 void bpf_jit_binary_free(struct bpf_binary_header *hdr);1037 struct bpf_binary_header *1041 void bpf_prog_pack_free(struct bpf_binary_header *hdr);1049 struct bpf_binary_header *1052 struct bpf_binary_header **rw_hdr,1056 struct bpf_binary_header *ro_header,1057 struct bpf_binary_header *rw_header);1058 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,[all …]
43 struct bpf_binary_header *header;66 struct bpf_binary_header *bpf_hdr; in bpf_int_jit_compile()
917 void bpf_prog_pack_free(struct bpf_binary_header *hdr) in bpf_prog_pack_free()1008 struct bpf_binary_header *1013 struct bpf_binary_header *hdr; in bpf_jit_binary_alloc()1063 struct bpf_binary_header *1066 struct bpf_binary_header **rw_header, in bpf_jit_binary_pack_alloc()1070 struct bpf_binary_header *ro_header; in bpf_jit_binary_pack_alloc()1111 struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_finalize()1112 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_finalize()1138 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_free()1147 struct bpf_binary_header *[all …]
156 bpf_prog_pack_free((struct bpf_binary_header *)d->image); in bpf_dispatcher_change_prog()
25 struct bpf_binary_header *header;
1101 struct bpf_binary_header *header; in bpf_int_jit_compile()
2431 struct bpf_binary_header *rw_header;2432 struct bpf_binary_header *header;2444 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile()2445 struct bpf_binary_header *header = NULL; in bpf_int_jit_compile()2643 struct bpf_binary_header *hdr; in bpf_jit_free()
2523 struct bpf_binary_header *header = NULL; in bpf_int_jit_compile()
1862 struct bpf_binary_header *header;1867 static struct bpf_binary_header *bpf_jit_alloc(struct bpf_jit *jit, in bpf_jit_alloc()1870 struct bpf_binary_header *header; in bpf_jit_alloc()1897 struct bpf_binary_header *header; in bpf_int_jit_compile()
911 struct bpf_binary_header *header = NULL; in bpf_int_jit_compile()
1475 struct bpf_binary_header *header;1484 struct bpf_binary_header *header; in bpf_int_jit_compile()
1448 struct bpf_binary_header *header;1457 struct bpf_binary_header *header; in bpf_int_jit_compile()
87 struct bpf_binary_header *header;
1878 struct bpf_binary_header *header; in bpf_int_jit_compile()
Completed in 45 milliseconds