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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_statefuns.c934 sctp_sender_hb_info_t hbinfo; local
937 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO;
938 hbinfo.param_hdr.length = htons(sizeof(sctp_sender_hb_info_t));
939 hbinfo.daddr = transport->ipaddr;
940 hbinfo.sent_at = jiffies;
941 hbinfo.hb_nonce = transport->hb_nonce;
945 reply = sctp_make_heartbeat(asoc, transport, &hbinfo, paylen);
1106 sctp_sender_hb_info_t *hbinfo; local
1118 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data;
1120 if (ntohs(hbinfo
[all...]
H A Dsm_sideeffect.c667 sctp_sender_hb_info_t *hbinfo; local
699 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data;
700 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at));

Completed in 76 milliseconds