Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsm_statefuns.c2100 sctp_cookie_preserve_param_t bht; in sctp_sf_do_5_2_6_stale() local
2133 bht.param_hdr.type = SCTP_PARAM_COOKIE_PRESERVATIVE; in sctp_sf_do_5_2_6_stale()
2134 bht.param_hdr.length = htons(sizeof(bht)); in sctp_sf_do_5_2_6_stale()
2135 bht.lifespan_increment = htonl(stale); in sctp_sf_do_5_2_6_stale()
2139 reply = sctp_make_init(asoc, bp, GFP_ATOMIC, sizeof(bht)); in sctp_sf_do_5_2_6_stale()
2143 sctp_addto_chunk(reply, sizeof(bht), &bht); in sctp_sf_do_5_2_6_stale()