| /samples/bpf/ |
| D | tcbpf2_kern.c | 50 struct bpf_tunnel_key key; in _gre_set_tunnel() local 71 struct bpf_tunnel_key key; in _gre_get_tunnel() local 87 struct bpf_tunnel_key key; in _erspan_set_tunnel() local 117 struct bpf_tunnel_key key; in _erspan_get_tunnel() local 145 struct bpf_tunnel_key key; in _vxlan_set_tunnel() local 174 struct bpf_tunnel_key key; in _vxlan_get_tunnel() local 200 struct bpf_tunnel_key key; in _geneve_set_tunnel() local 237 struct bpf_tunnel_key key; in _geneve_get_tunnel() local 261 struct bpf_tunnel_key key = {}; in _ipip_set_tunnel() local 302 struct bpf_tunnel_key key; in _ipip_get_tunnel() local [all …]
|
| D | map_perf_test_kern.c | 101 u32 key = bpf_get_current_pid_tgid(); in stress_hmap() local 116 u32 key = bpf_get_current_pid_tgid(); in stress_percpu_hmap() local 130 u32 key = bpf_get_current_pid_tgid(); in stress_hmap_alloc() local 144 u32 key = bpf_get_current_pid_tgid(); in stress_percpu_hmap_alloc() local 167 u32 key; in stress_lru_hmap_alloc() member 174 u32 key = 0; in stress_lru_hmap_alloc() local 240 } key; in stress_lpm_trie_map_alloc() local 259 u32 key = 1, i; in stress_hash_map_lookup() local 272 u32 key = 1, i; in stress_array_map_lookup() local
|
| D | tracex6_kern.c | 22 u32 key = bpf_get_smp_processor_id(); in bpf_prog1() local
|
| D | xdp_redirect_map_user.c | 51 __u32 key = 0; in poll_stats() local 79 int ret, opt, key = 0; in main() local
|
| D | xdp_redirect_user.c | 51 __u32 key = 0; in poll_stats() local 80 int ret, opt, key = 0; in main() local
|
| D | spintest_user.c | 14 long key, next_key, value; in main() local
|
| D | syscall_tp_user.c | 28 __u32 key = 0; in verify_map() local
|
| D | tracex2_user.c | 44 struct hist_key key = {}, next_key; in print_hist_for_pid() local 83 struct hist_key key = {}, next_key; in print_hist() local 119 long key, next_key, value; in main() local
|
| D | sockex1_user.c | 34 int key; in main() local
|
| D | offwaketime_user.c | 45 static void print_stack(struct key_t *key, __u64 count) in print_stack() 77 struct key_t key = {}, next_key; in print_stacks() local
|
| D | tracex3_user.c | 28 __u32 key; in clear_stats() local 89 __u32 key; in print_hist() local
|
| D | sockex3_user.c | 36 int i, sock, err, id, key = PARSE_IP; in main() local 67 struct flow_key_record key = {}, next_key; in main() local
|
| D | fds_example.c | 69 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map() 135 uint32_t key = 0, value = 0, flags = 0; in main() local
|
| D | sockex2_user.c | 41 int key = 0, next_key; in main() local
|
| D | tc_l2_redirect_kern.c | 65 int key = 0, *ifindex; in _l2_to_iptun_ingress_forward() local 116 int key = 0, *ifindex; in _l2_to_iptun_ingress_redirect() local 157 int key = 0, *ifindex; in _l2_to_ip6tun_ingress_redirect() local
|
| D | trace_event_kern.c | 42 struct key_t key; in bpf_prog1() local
|
| D | sock_example.c | 36 int sock = -1, map_fd, prog_fd, i, key; in test_sock() local
|
| D | xdp_redirect_kern.c | 64 u32 key = 0; in xdp_redirect_prog() local
|
| D | test_lru_dist.c | 94 unsigned long long key; member 133 unsigned long long key) in pfect_lru_lookup_or_insert() 276 unsigned long long key, value = 1234; in do_test_lru_dist() local 340 unsigned long long key, value[nr_cpus]; in test_lru_loss0() local 394 unsigned long long key, value[nr_cpus]; in test_lru_loss1() local 432 unsigned long long key, value[nr_cpus]; in do_test_parallel_lru_loss() local
|
| D | tracex4_user.c | 36 __u64 key, next_key; in print_old_objects() local
|
| D | xdp_redirect_map_kern.c | 64 u32 key = 0; in xdp_redirect_map_prog() local
|
| D | xdp1_user.c | 39 __u32 key; in poll_stats() local
|
| D | lathist_kern.c | 75 int key, cpu; in bpf_prog2() local
|
| D | trace_event_user.c | 58 static void print_stack(struct key_t *key, __u64 count) in print_stack() 99 struct key_t key = {}, next_key; in print_stacks() local
|
| /samples/sockmap/ |
| D | sockmap_kern.c | 72 int op, err = 0, index, key, ret; in bpf_sockmap() local
|