Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dsock_reuseport.c165 reuse->reuseport_id = id; in reuseport_alloc()
209 more_reuse->reuseport_id = reuse->reuseport_id; in reuseport_grow()
239 ida_free(&reuseport_ida, reuse->reuseport_id); in reuseport_free_rcu()
330 reuse->reuseport_id = id; in reuseport_resurrect()
Dfilter.c10854 reuse_kern->reuseport_id = reuse->reuseport_id; in bpf_init_reuseport_kern()
10902 if (unlikely(reuse->reuseport_id != reuse_kern->reuseport_id)) { in BPF_CALL_4()
/Linux-v6.1/include/net/
Dsock_reuseport.h24 unsigned int reuseport_id; member
/Linux-v6.1/include/linux/
Dbpf.h2621 u32 reuseport_id; member