Home
last modified time | relevance | path

Searched defs:ctx (Results 501 - 525 of 4564) sorted by relevance

1...<<21222324252627282930>>...183

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_map_lookup_percpu_elem.c39 static int read_percpu_elem_callback(__u32 index, struct read_percpu_elem_ctx *ctx) in read_percpu_elem_callback() argument
51 int sysenter_getuid(const void *ctx) in sysenter_getuid() argument
H A Dtest_xdp_meta.c12 int ing_cls(struct __sk_buff *ctx) in ing_cls() argument
32 int ing_xdp(struct xdp_md *ctx) in ing_xdp() argument
[all...]
H A Dxdp_redirect_multi_kern.c38 int xdp_redirect_map_multi_prog(struct xdp_md *ctx) in xdp_redirect_map_multi_prog() argument
67 int xdp_redirect_map_all_prog(struct xdp_md *ctx) in xdp_redirect_map_all_prog() argument
74 int xdp_devmap_prog(struct xdp_md *ctx) in xdp_devmap_prog() argument
H A Dxdp_hw_metadata.c25 int rx(struct xdp_md *ctx) in rx() argument
[all...]
H A Dasync_stack_depth.c34 int pseudo_call_check(struct __sk_buff *ctx) in pseudo_call_check() argument
49 int async_call_root_check(struct __sk_buff *ctx) in async_call_root_check() argument
H A Dbloom_filter_map.c56 int inner_map(void *ctx) in inner_map() argument
75 int check_bloom(void *ctx) in check_bloom() argument
H A Dbpf_iter_task.c14 int dump_task(struct bpf_iter__task *ctx) in dump_task() argument
41 int dump_task_sleepable(struct bpf_iter__task *ctx) in dump_task_sleepable() argument
H A Dbpf_iter_task_stack.c13 int dump_task_stack(struct bpf_iter__task *ctx) in dump_task_stack() argument
41 int get_task_user_stacks(struct bpf_iter__task *ctx) in get_task_user_stacks() argument
H A Dcb_refs.c18 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1() argument
27 int underflow_prog(void *ctx) in underflow_prog() argument
40 static __always_inline int cb2(void *map, void *key, void *value, void *ctx) in cb2() argument
50 int leak_prog(void *ctx) in leak_prog() argument
67 static __always_inline int cb(void *map, void *key, void *value, void *ctx) in cb() argument
72 static __always_inline int cb3(void *map, void *key, void *value, void *ctx) in cb3() argument
86 int nested_cb(void *ctx) in nested_cb() argument
101 int non_cb_transfer_ref(void *ctx) in non_cb_transfer_ref() argument
[all...]
H A Dcgrp_ls_attach_cgroup.c24 int set_cookie(struct bpf_sock_addr *ctx) in set_cookie() argument
53 int update_cookie_sockops(struct bpf_sock_ops *ctx) in update_cookie_sockops() argument
[all...]
H A Diters_testmod_seq.c25 int testmod_seq_empty(const void *ctx) in testmod_seq_empty() argument
43 int testmod_seq_full(const void *ctx) in testmod_seq_full() argument
63 int testmod_seq_truncated(const void *ctx) in testmod_seq_truncated() argument
H A Dlocal_kptr_stash_fail.c44 long stash_rb_nodes(void *ctx) in stash_rb_nodes() argument
67 long drop_rb_node_off(void *ctx) in drop_rb_node_off() argument
H A Dlocal_storage_rcu_tasks_trace_bench.c23 int get_local(void *ctx) in get_local() argument
43 int pregp_step(struct pt_regs *ctx) in pregp_step() argument
50 int postgp(struct pt_regs *ctx) in postgp() argument
H A Dperf_event_stackmap.c31 int oncpu(void *ctx) in oncpu() argument
H A Dsendmsg6_prog.c26 int sendmsg_v6_prog(struct bpf_sock_addr *ctx) in sendmsg_v6_prog() argument
[all...]
H A Dstrncmp_test.c23 int do_strncmp(void *ctx) in do_strncmp() argument
33 int strncmp_bad_not_const_str_size(void *ctx) in strncmp_bad_not_const_str_size() argument
41 int strncmp_bad_writable_target(void *ctx) in strncmp_bad_writable_target() argument
49 int strncmp_bad_not_null_term_target(void *ctx) in strncmp_bad_not_null_term_target() argument
H A Dstrncmp_bench.c36 int strncmp_no_helper(void *ctx) in strncmp_no_helper() argument
44 int strncmp_helper(void *ctx) in strncmp_helper() argument
H A Dtcp_rtt.c23 int _sockops(struct bpf_sock_ops *ctx) in _sockops() argument
H A Dtest_endian.c25 int sys_enter(const void *ctx) in sys_enter() argument
H A Dtest_global_func_ctx_args.c17 __weak int kprobe_typedef_ctx_subprog(bpf_user_pt_regs_t *ctx) in kprobe_typedef_ctx_subprog() argument
24 int kprobe_typedef_ctx(void *ctx) in kprobe_typedef_ctx() argument
31 __weak int kprobe_struct_ctx_subprog(pt_regs_struct_t *ctx) in kprobe_struct_ctx_subprog() argument
38 int kprobe_resolved_ctx(void *ctx) in kprobe_resolved_ctx() argument
46 __weak int kprobe_workaround_ctx_subprog(struct bpf_user_pt_regs_t *ctx) in kprobe_workaround_ctx_subprog() argument
53 kprobe_workaround_ctx(void *ctx) kprobe_workaround_ctx() argument
62 raw_tp_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) raw_tp_ctx_subprog() argument
69 raw_tp_ctx(void *ctx) raw_tp_ctx() argument
78 raw_tp_writable_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) raw_tp_writable_ctx_subprog() argument
85 raw_tp_writable_ctx(void *ctx) raw_tp_writable_ctx() argument
94 perf_event_ctx_subprog(struct bpf_perf_event_data *ctx) perf_event_ctx_subprog() argument
101 perf_event_ctx(void *ctx) perf_event_ctx() argument
[all...]
H A Dtest_perf_branches.c22 int perf_branches(void *ctx) in perf_branches() argument
H A Dtest_ringbuf.c40 int test_ringbuf(void *ctx) in test_ringbuf() argument
H A Dtest_ringbuf_multi.c57 int test_ringbuf(void *ctx) in test_ringbuf() argument
H A Dtest_sysctl_loop1.c22 static __always_inline int is_tcp_mem(struct bpf_sysctl *ctx) in is_tcp_mem() argument
42 int sysctl_tcp_mem(struct bpf_sysctl *ctx) in sysctl_tcp_mem() argument
H A Dtest_sysctl_loop2.c22 static __attribute__((noinline)) int is_tcp_mem(struct bpf_sysctl *ctx) in is_tcp_mem() argument
43 int sysctl_tcp_mem(struct bpf_sysctl *ctx) in sysctl_tcp_mem() argument

Completed in 9 milliseconds

1...<<21222324252627282930>>...183