bht              2437 net/sctp/sm_statefuns.c 	struct sctp_cookie_preserve_param bht;
bht              2469 net/sctp/sm_statefuns.c 	bht.param_hdr.type = SCTP_PARAM_COOKIE_PRESERVATIVE;
bht              2470 net/sctp/sm_statefuns.c 	bht.param_hdr.length = htons(sizeof(bht));
bht              2471 net/sctp/sm_statefuns.c 	bht.lifespan_increment = htonl(stale);
bht              2475 net/sctp/sm_statefuns.c 	reply = sctp_make_init(asoc, bp, GFP_ATOMIC, sizeof(bht));
bht              2479 net/sctp/sm_statefuns.c 	sctp_addto_chunk(reply, sizeof(bht), &bht);