Home
last modified time | relevance | path

Searched refs:reuseport_array (Results 1 – 2 of 2) sorted by relevance

/kernel/bpf/
Dreuseport_array.c11 struct reuseport_array { struct
16 static struct reuseport_array *reuseport_array(struct bpf_map *map) in reuseport_array() function
18 return (struct reuseport_array *)map; in reuseport_array()
52 struct reuseport_array *array = reuseport_array(map); in reuseport_array_lookup_elem()
64 struct reuseport_array *array = reuseport_array(map); in reuseport_array_delete_elem()
96 struct reuseport_array *array = reuseport_array(map); in reuseport_array_free()
152 struct reuseport_array *array; in reuseport_array_alloc()
191 reuseport_array_update_check(const struct reuseport_array *array, in reuseport_array_update_check()
238 struct reuseport_array *array = reuseport_array(map); in bpf_fd_reuseport_array_update_elem()
322 struct reuseport_array *array = reuseport_array(map); in reuseport_array_get_next_key()
[all …]
DMakefile32 obj-$(CONFIG_BPF_SYSCALL) += reuseport_array.o