Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 41) sorted by relevance

12

/samples/bpf/
Dtcbpf2_kern.c50 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 …]
Dmap_perf_test_kern.c101 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
Dtracex6_kern.c22 u32 key = bpf_get_smp_processor_id(); in bpf_prog1() local
Dxdp_redirect_map_user.c51 __u32 key = 0; in poll_stats() local
79 int ret, opt, key = 0; in main() local
Dxdp_redirect_user.c51 __u32 key = 0; in poll_stats() local
80 int ret, opt, key = 0; in main() local
Dspintest_user.c14 long key, next_key, value; in main() local
Dsyscall_tp_user.c28 __u32 key = 0; in verify_map() local
Dtracex2_user.c44 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
Dsockex1_user.c34 int key; in main() local
Doffwaketime_user.c45 static void print_stack(struct key_t *key, __u64 count) in print_stack()
77 struct key_t key = {}, next_key; in print_stacks() local
Dtracex3_user.c28 __u32 key; in clear_stats() local
89 __u32 key; in print_hist() local
Dsockex3_user.c36 int i, sock, err, id, key = PARSE_IP; in main() local
67 struct flow_key_record key = {}, next_key; in main() local
Dfds_example.c69 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
Dsockex2_user.c41 int key = 0, next_key; in main() local
Dtc_l2_redirect_kern.c65 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
Dtrace_event_kern.c42 struct key_t key; in bpf_prog1() local
Dsock_example.c36 int sock = -1, map_fd, prog_fd, i, key; in test_sock() local
Dxdp_redirect_kern.c64 u32 key = 0; in xdp_redirect_prog() local
Dtest_lru_dist.c94 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
Dtracex4_user.c36 __u64 key, next_key; in print_old_objects() local
Dxdp_redirect_map_kern.c64 u32 key = 0; in xdp_redirect_map_prog() local
Dxdp1_user.c39 __u32 key; in poll_stats() local
Dlathist_kern.c75 int key, cpu; in bpf_prog2() local
Dtrace_event_user.c58 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/
Dsockmap_kern.c72 int op, err = 0, index, key, ret; in bpf_sockmap() local

12