Home
last modified time | relevance | path

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

/net/sctp/
Dsm_statefuns.c2423 u32 stale; in sctp_sf_do_5_2_6_stale() local
2449 stale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err))); in sctp_sf_do_5_2_6_stale()
2450 stale = (stale * 2) / 1000; in sctp_sf_do_5_2_6_stale()
2454 bht.lifespan_increment = htonl(stale); in sctp_sf_do_5_2_6_stale()
Dsm_make_chunk.c2502 u32 stale; in sctp_process_param() local
2532 stale = ntohl(param.life->lifespan_increment); in sctp_process_param()
2537 asoc->cookie_life = ktime_add_ms(asoc->cookie_life, stale); in sctp_process_param()