Searched refs:hbinfo (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/sctp/
H A Dsm_statefuns.c1245 struct sctp_sender_hb_info *hbinfo; local
1256 sizeof(*hbinfo)))
1260 hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data;
1262 if (ntohs(hbinfo->param_hdr.length) != sizeof(*hbinfo))
1265 from_addr = hbinfo->daddr;
1285 if (hbinfo->hb_nonce != link->hb_nonce)
1288 if (hbinfo->probe_size) {
1289 if (hbinfo->probe_size != link->pl.probe_size ||
1302 if (time_after(hbinfo
[all...]
H A Dsm_make_chunk.c1166 struct sctp_sender_hb_info hbinfo = {}; local
1170 sizeof(hbinfo), GFP_ATOMIC);
1175 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO;
1176 hbinfo.param_hdr.length = htons(sizeof(hbinfo));
1177 hbinfo.daddr = transport->ipaddr;
1178 hbinfo.sent_at = jiffies;
1179 hbinfo.hb_nonce = transport->hb_nonce;
1180 hbinfo.probe_size = probe_size;
1186 retval->subh.hbs_hdr = sctp_addto_chunk(retval, sizeof(hbinfo),
[all...]
H A Dsm_sideeffect.c762 struct sctp_sender_hb_info *hbinfo; local
816 hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data;
817 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at));

Completed in 1400 milliseconds