Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 17 of 17) sorted by relevance

/samples/livepatch/
Dlivepatch-callbacks-demo.c98 static void callback_info(const char *callback, struct klp_object *obj) in callback_info()
108 static int pre_patch_callback(struct klp_object *obj) in pre_patch_callback()
115 static void post_patch_callback(struct klp_object *obj) in post_patch_callback()
121 static void pre_unpatch_callback(struct klp_object *obj) in pre_unpatch_callback()
127 static void post_unpatch_callback(struct klp_object *obj) in post_unpatch_callback()
Dlivepatch-shadow-fix1.c53 static int shadow_leak_ctor(void *obj, void *shadow_data, void *ctor_data) in shadow_leak_ctor()
94 static void livepatch_fix1_dummy_leak_dtor(void *obj, void *shadow_data) in livepatch_fix1_dummy_leak_dtor()
Dlivepatch-shadow-fix2.c59 static void livepatch_fix2_dummy_leak_dtor(void *obj, void *shadow_data) in livepatch_fix2_dummy_leak_dtor()
/samples/bpf/
Dsockex1_user.c13 struct bpf_object *obj; in main() local
Dsockex2_user.c20 struct bpf_object *obj; in main() local
Dxdp_redirect_cpu_user.c106 static void print_avail_progs(struct bpf_object *obj) in print_avail_progs()
116 static void usage(char *argv[], struct bpf_object *obj) in usage()
601 static struct bpf_link * attach_tp(struct bpf_object *obj, in attach_tp()
628 static void init_tracepoints(struct bpf_object *obj) { in init_tracepoints()
636 static int init_map_fds(struct bpf_object *obj) in init_map_fds()
679 struct bpf_object *obj; in main() local
Dxdp_fwd_user.c81 struct bpf_object *obj; in main() local
Dxdp1_user.c90 struct bpf_object *obj; in main() local
Dxdp_adjust_tail_user.c93 struct bpf_object *obj; in main() local
Dxdp_redirect_user.c109 struct bpf_object *obj; in main() local
Dxdp_redirect_map_user.c108 struct bpf_object *obj; in main() local
Dfds_example.c62 struct bpf_object *obj; in bpf_prog_create() local
Dxdp_tx_iptunnel_user.c166 struct bpf_object *obj; in main() local
Dxdp_sample_pkts_user.c120 struct bpf_object *obj; in main() local
Dhbm.c73 struct bpf_object *obj; variable
Dxdp_rxq_info_user.c462 struct bpf_object *obj; in main() local
Dxdp_router_ipv4_user.c635 struct bpf_object *obj; in main() local