Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dsock_reuseport.c233 reuse->reuseport_id = id; in reuseport_alloc()
278 more_reuse->reuseport_id = reuse->reuseport_id; in reuseport_grow()
309 ida_free(&reuseport_ida, reuse->reuseport_id); in reuseport_free_rcu()
400 reuse->reuseport_id = id; in reuseport_resurrect()
Dfilter.c11046 reuse_kern->reuseport_id = reuse->reuseport_id; in bpf_init_reuseport_kern()
11094 if (unlikely(reuse->reuseport_id != reuse_kern->reuseport_id)) { in BPF_CALL_4()
/Linux-v6.6/include/net/
Dsock_reuseport.h25 unsigned int reuseport_id; member
/Linux-v6.6/include/linux/
Dbpf.h3076 u32 reuseport_id; member