Searched refs:rtt_in_progress (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/sctp/
H A Doutqueue.c515 if (chunk->rtt_in_progress) {
516 chunk->rtt_in_progress = 0;
1499 tchunk->rtt_in_progress) {
1500 tchunk->rtt_in_progress = 0;
H A Doutput.c487 chunk->rtt_in_progress = 1;
502 pr_debug("*** Chunk:%p[%s] %s 0x%x, length:%d, chunk->skb->len:%d, rtt_in_progress:%d\n",
508 chunk->rtt_in_progress);
H A Dassociola.c555 ch->rtt_in_progress = 0;
/linux-master/include/net/sctp/
H A Dstructs.h647 __u16 rtt_in_progress:1, /* This chunk used for RTT calc? */ member in struct:sctp_chunk

Completed in 212 milliseconds