Searched refs:bht (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 2462 struct sctp_cookie_preserve_param bht; in sctp_sf_do_5_2_6_stale() local 2494 bht.param_hdr.type = SCTP_PARAM_COOKIE_PRESERVATIVE; in sctp_sf_do_5_2_6_stale() 2495 bht.param_hdr.length = htons(sizeof(bht)); in sctp_sf_do_5_2_6_stale() 2496 bht.lifespan_increment = htonl(stale); in sctp_sf_do_5_2_6_stale() 2500 reply = sctp_make_init(asoc, bp, GFP_ATOMIC, sizeof(bht)); in sctp_sf_do_5_2_6_stale() 2504 sctp_addto_chunk(reply, sizeof(bht), &bht); in sctp_sf_do_5_2_6_stale()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 2526 struct sctp_cookie_preserve_param bht; in sctp_sf_do_5_2_6_stale() local 2558 bht.param_hdr.type = SCTP_PARAM_COOKIE_PRESERVATIVE; in sctp_sf_do_5_2_6_stale() 2559 bht.param_hdr.length = htons(sizeof(bht)); in sctp_sf_do_5_2_6_stale() 2560 bht.lifespan_increment = htonl(stale); in sctp_sf_do_5_2_6_stale() 2564 reply = sctp_make_init(asoc, bp, GFP_ATOMIC, sizeof(bht)); in sctp_sf_do_5_2_6_stale() 2568 sctp_addto_chunk(reply, sizeof(bht), &bht); in sctp_sf_do_5_2_6_stale()
|
Completed in 15 milliseconds