Searched refs:stale (Results 1 – 2 of 2) sorted by relevance
2465 u32 stale; in sctp_sf_do_5_2_6_stale() local2491 stale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err))); in sctp_sf_do_5_2_6_stale()2492 stale = (stale * 2) / 1000; in sctp_sf_do_5_2_6_stale()2496 bht.lifespan_increment = htonl(stale); in sctp_sf_do_5_2_6_stale()
2507 u32 stale; in sctp_process_param() local2538 stale = ntohl(param.life->lifespan_increment); in sctp_process_param()2543 asoc->cookie_life = ktime_add_ms(asoc->cookie_life, stale); in sctp_process_param()