Home
last modified time | relevance | path

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

/linux/net/psp/
H A Dpsp_main.c79 INIT_LIST_HEAD(&psd->stale_assocs); in psp_dev_create()
134 list_splice_init(&psd->prev_assocs, &psd->stale_assocs); in psp_dev_unregister()
135 list_for_each_entry_safe(pas, next, &psd->stale_assocs, assocs_list) in psp_dev_unregister()
H A Dpsp_sock.c260 list_splice_init(&psd->prev_assocs, &psd->stale_assocs); in psp_assocs_key_rotated()
/linux/include/net/psp/
H A Dtypes.h86 struct list_head stale_assocs; member