Searched refs:BPF_ANY (Results 1 – 6 of 6) sorted by relevance
/external/strace/xlat/ |
D | bpf_map_update_elem_flags.h | 2 #if !(defined(BPF_ANY) || (defined(HAVE_DECL_BPF_ANY) && HAVE_DECL_BPF_ANY)) 3 # define BPF_ANY 0 macro 20 XLAT(BPF_ANY),
|
D | bpf_map_update_elem_flags.in | 1 BPF_ANY 0
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 401 map_update_elem(&map_proto, &proto, &_ct, BPF_ANY); in cls_update_proto_map() 424 map_update_elem(&map_queue, &queue, &_cq, BPF_ANY); in cls_update_queue_map()
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 97 #define BPF_ANY 0 /* create new element or update existing */ macro
|
/external/iproute2/include/linux/ |
D | bpf.h | 97 #define BPF_ANY 0 /* create new element or update existing */ macro
|
/external/iproute2/tc/ |
D | tc_bpf.c | 668 ret = bpf_map_update(map_fd, &map_key, &prog_fd, BPF_ANY); in bpf_graft_map() 1442 &fd, BPF_ANY); in bpf_fill_prog_arrays()
|