Lines Matching refs:hbinfo
1244 struct sctp_sender_hb_info *hbinfo;
1255 sizeof(*hbinfo)))
1259 hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data;
1261 if (ntohs(hbinfo->param_hdr.length) != sizeof(*hbinfo))
1264 from_addr = hbinfo->daddr;
1284 if (hbinfo->hb_nonce != link->hb_nonce)
1287 if (hbinfo->probe_size) {
1288 if (hbinfo->probe_size != link->pl.probe_size ||
1301 if (time_after(hbinfo->sent_at, jiffies) ||
1302 time_after(jiffies, hbinfo->sent_at + max_interval)) {