Home
last modified time | relevance | path

Searched defs:reuseport_array (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dreuseport_array.c11 struct reuseport_array { struct
16 static struct reuseport_array *reuseport_array(struct bpf_map *map) in reuseport_array() argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c71 void *reuseport_array; in _select_by_skb_data() local
H A Dmap_ptr_kern.c535 struct reuseport_array { struct
548 struct reuseport_array *reuseport_sockarray = in check_reuseport_sockarray() argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c37 static int reuseport_array = -1, outer_map = -1; variable