Searched refs:hbinfo (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsm_statefuns.c819 sctp_sender_hb_info_t hbinfo; local
822 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO;
823 hbinfo.param_hdr.length = htons(sizeof(sctp_sender_hb_info_t));
824 hbinfo.daddr = transport->ipaddr;
825 hbinfo.sent_at = jiffies;
826 hbinfo.hb_nonce = transport->hb_nonce;
830 reply = sctp_make_heartbeat(asoc, transport, &hbinfo, paylen);
988 sctp_sender_hb_info_t *hbinfo; local
999 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data;
1001 if (ntohs(hbinfo
[all...]
H A Dsm_sideeffect.c609 sctp_sender_hb_info_t *hbinfo; local
636 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data;
637 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at));

Completed in 82 milliseconds