Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dsock_reuseport.c149 reuse->reuseport_id = id; in reuseport_alloc()
193 more_reuse->reuseport_id = reuse->reuseport_id; in reuseport_grow()
223 ida_free(&reuseport_ida, reuse->reuseport_id); in reuseport_free_rcu()
314 reuse->reuseport_id = id; in reuseport_resurrect()
Dfilter.c10139 reuse_kern->reuseport_id = reuse->reuseport_id; in bpf_init_reuseport_kern()
10187 if (unlikely(reuse->reuseport_id != reuse_kern->reuseport_id)) { in BPF_CALL_4()
/Linux-v5.15/include/net/
Dsock_reuseport.h24 unsigned int reuseport_id; member
/Linux-v5.15/include/linux/
Dbpf.h2159 u32 reuseport_id; member