Home
last modified time | relevance | path

Searched refs:BPF_ANY (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dbpf_map_update_elem_flags.h2 #if !(defined(BPF_ANY) || (defined(HAVE_DECL_BPF_ANY) && HAVE_DECL_BPF_ANY))
3 # define BPF_ANY 0 macro
20 XLAT(BPF_ANY),
Dbpf_map_update_elem_flags.in1 BPF_ANY 0
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_maps.c45 assert(bpf_map_update_elem(fd, &key, &value, BPF_ANY) == 0); in test_hashmap()
83 assert(bpf_map_update_elem(fd, &key, &value, BPF_ANY) == 0); in test_hashmap()
159 assert(bpf_map_update_elem(fd, &key, value, BPF_ANY) == 0); in test_hashmap_percpu()
306 assert(bpf_map_update_elem(fd, &key, &value, BPF_ANY) == 0); in test_arraymap()
364 assert(bpf_map_update_elem(fd, &key, values, BPF_ANY) == 0); in test_arraymap_percpu()
427 assert(bpf_map_update_elem(fd, &key, values, BPF_ANY) == 0); in test_arraymap_percpu_many_keys()
554 err = bpf_map_update_elem(fd, &i, &udp, BPF_ANY); in test_sockmap()
563 err = bpf_map_update_elem(fd, &i, &sfd[i], BPF_ANY); in test_sockmap()
689 err = bpf_map_update_elem(map_fd_rx, &i, &sfd[i], BPF_ANY); in test_sockmap()
695 err = bpf_map_update_elem(map_fd_tx, &i, &sfd[i], BPF_ANY); in test_sockmap()
[all …]
Dtest_tcp_estats.c244 bpf_map_update_elem(&ev_record_map, &key, &ev, BPF_ANY); in send_basic_event()
/external/iproute2/include/uapi/linux/
Dbpf.h163 #define BPF_ANY 0 /* create new element or update existing */ macro
/external/kernel-headers/original/uapi/linux/
Dbpf.h203 #define BPF_ANY 0 /* create new element or update existing */ macro
/external/iproute2/lib/
Dbpf.c1019 ret = bpf_map_update(map_fd, &map_key, &prog_fd, BPF_ANY); in bpf_graft_map()
1698 &inner_fd, BPF_ANY); in bpf_maps_attach_all()
2205 &fd, BPF_ANY); in bpf_fill_prog_arrays()