Home
last modified time | relevance | path

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

/linux/include/net/psp/
H A Dtypes.h96 #define PSP_GEN_VALID_MASK 0x7f macro
/linux/net/psp/
H A Dpsp_nl.c256 psd->generation = (prev_gen + 1) & PSP_GEN_VALID_MASK; in psp_nl_key_rotate_doit()
263 psd->generation & ~PSP_GEN_VALID_MASK); in psp_nl_key_rotate_doit()
H A Dpsp_sock.c257 pas->generation |= ~PSP_GEN_VALID_MASK; in psp_assocs_key_rotated()