Searched refs:hbinfo (Results 1 – 2 of 2) sorted by relevance
839 sctp_sender_hb_info_t hbinfo; in sctp_sf_heartbeat() local842 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO; in sctp_sf_heartbeat()843 hbinfo.param_hdr.length = htons(sizeof(sctp_sender_hb_info_t)); in sctp_sf_heartbeat()844 hbinfo.daddr = transport->ipaddr; in sctp_sf_heartbeat()845 hbinfo.sent_at = jiffies; in sctp_sf_heartbeat()849 reply = sctp_make_heartbeat(asoc, transport, &hbinfo, paylen); in sctp_sf_heartbeat()1005 sctp_sender_hb_info_t *hbinfo; in sctp_sf_backbeat_8_3() local1016 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data; in sctp_sf_backbeat_8_3()1018 if (ntohs(hbinfo->param_hdr.length) != in sctp_sf_backbeat_8_3()1023 from_addr = hbinfo->daddr; in sctp_sf_backbeat_8_3()[all …]
583 sctp_sender_hb_info_t *hbinfo; in sctp_cmd_transport_on() local604 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data; in sctp_cmd_transport_on()605 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()