Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv6/
Danycast.c242 refcount_inc(&aca->aca_refcnt); in aca_get()
255 if (refcount_dec_and_test(&ac->aca_refcnt)) { in aca_put()
276 refcount_set(&aca->aca_refcnt, 1); in aca_alloc()
/linux-6.6.21/include/net/
Dif_inet6.h150 refcount_t aca_refcnt; member