Searched refs:hbinfo (Results 1 – 3 of 3) sorted by relevance
1145 struct sctp_sender_hb_info hbinfo; in sctp_make_heartbeat() local1149 sizeof(hbinfo), GFP_ATOMIC); in sctp_make_heartbeat()1154 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO; in sctp_make_heartbeat()1155 hbinfo.param_hdr.length = htons(sizeof(hbinfo)); in sctp_make_heartbeat()1156 hbinfo.daddr = transport->ipaddr; in sctp_make_heartbeat()1157 hbinfo.sent_at = jiffies; in sctp_make_heartbeat()1158 hbinfo.hb_nonce = transport->hb_nonce; in sctp_make_heartbeat()1164 retval->subh.hbs_hdr = sctp_addto_chunk(retval, sizeof(hbinfo), in sctp_make_heartbeat()1165 &hbinfo); in sctp_make_heartbeat()
1186 struct sctp_sender_hb_info *hbinfo; in sctp_sf_backbeat_8_3() local1197 sizeof(*hbinfo))) in sctp_sf_backbeat_8_3()1201 hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data; in sctp_sf_backbeat_8_3()1203 if (ntohs(hbinfo->param_hdr.length) != sizeof(*hbinfo)) in sctp_sf_backbeat_8_3()1206 from_addr = hbinfo->daddr; in sctp_sf_backbeat_8_3()1226 if (hbinfo->hb_nonce != link->hb_nonce) in sctp_sf_backbeat_8_3()1232 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3()1233 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()
723 struct sctp_sender_hb_info *hbinfo; in sctp_cmd_transport_on() local777 hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data; in sctp_cmd_transport_on()778 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()