Home
last modified time | relevance | path

Searched refs:hbinfo (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sctp/
Dsm_make_chunk.c1140 sctp_sender_hb_info_t hbinfo; in sctp_make_heartbeat() local
1142 retval = sctp_make_control(asoc, SCTP_CID_HEARTBEAT, 0, sizeof(hbinfo)); in sctp_make_heartbeat()
1147 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO; in sctp_make_heartbeat()
1148 hbinfo.param_hdr.length = htons(sizeof(sctp_sender_hb_info_t)); in sctp_make_heartbeat()
1149 hbinfo.daddr = transport->ipaddr; in sctp_make_heartbeat()
1150 hbinfo.sent_at = jiffies; in sctp_make_heartbeat()
1151 hbinfo.hb_nonce = transport->hb_nonce; in sctp_make_heartbeat()
1157 retval->subh.hbs_hdr = sctp_addto_chunk(retval, sizeof(hbinfo), in sctp_make_heartbeat()
1158 &hbinfo); in sctp_make_heartbeat()
Dsm_sideeffect.c692 sctp_sender_hb_info_t *hbinfo; in sctp_cmd_transport_on() local
746 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data; in sctp_cmd_transport_on()
747 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()
Dsm_statefuns.c1133 sctp_sender_hb_info_t *hbinfo; in sctp_sf_backbeat_8_3() local
1145 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data; in sctp_sf_backbeat_8_3()
1147 if (ntohs(hbinfo->param_hdr.length) != in sctp_sf_backbeat_8_3()
1152 from_addr = hbinfo->daddr; in sctp_sf_backbeat_8_3()
1172 if (hbinfo->hb_nonce != link->hb_nonce) in sctp_sf_backbeat_8_3()
1178 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3()
1179 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()