Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c11167 bool is_sockarray = map->map_type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY; in BPF_CALL_4() local
11188 return is_sockarray ? -ENOENT : -EINVAL; in BPF_CALL_4()