Home
last modified time | relevance | path

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

/net/rxrpc/
Drxkad.c829 unsigned int life; in rxkad_decrypt_ticket() local
911 life = *p++ * 5 * 60; in rxkad_decrypt_ticket()
912 _debug("KIV LIFE : %u", life); in rxkad_decrypt_ticket()
935 if (issue < now - life) { in rxkad_decrypt_ticket()
941 *_expiry = issue + life; in rxkad_decrypt_ticket()
/net/irda/
DKconfig67 necessary, thus reduce your battery life (but not that much).
/net/sctp/
Dsm_make_chunk.c2530 stale = ntohl(param.life->lifespan_increment); in sctp_process_param()