Searched refs:hbinfo (Results 1 – 3 of 3) sorted by relevance
1149 struct sctp_sender_hb_info hbinfo; in sctp_make_heartbeat() local1153 sizeof(hbinfo), GFP_ATOMIC); in sctp_make_heartbeat()1158 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO; in sctp_make_heartbeat()1159 hbinfo.param_hdr.length = htons(sizeof(hbinfo)); in sctp_make_heartbeat()1160 hbinfo.daddr = transport->ipaddr; in sctp_make_heartbeat()1161 hbinfo.sent_at = jiffies; in sctp_make_heartbeat()1162 hbinfo.hb_nonce = transport->hb_nonce; in sctp_make_heartbeat()1168 retval->subh.hbs_hdr = sctp_addto_chunk(retval, sizeof(hbinfo), in sctp_make_heartbeat()1169 &hbinfo); in sctp_make_heartbeat()
730 struct sctp_sender_hb_info *hbinfo; in sctp_cmd_transport_on() local784 hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data; in sctp_cmd_transport_on()785 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()
1206 struct sctp_sender_hb_info *hbinfo; in sctp_sf_backbeat_8_3() local1217 sizeof(*hbinfo))) in sctp_sf_backbeat_8_3()1221 hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data; in sctp_sf_backbeat_8_3()1223 if (ntohs(hbinfo->param_hdr.length) != sizeof(*hbinfo)) in sctp_sf_backbeat_8_3()1226 from_addr = hbinfo->daddr; in sctp_sf_backbeat_8_3()1246 if (hbinfo->hb_nonce != link->hb_nonce) in sctp_sf_backbeat_8_3()1252 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3()1253 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()