Lines Matching refs:hbinfo
839 sctp_sender_hb_info_t hbinfo; in sctp_sf_heartbeat() local
842 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() local
1016 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()
1037 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3()
1038 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()