Home
last modified time | relevance | path

Searched refs:rtt_in_progress (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/net/sctp/
H A Doutqueue.c515 if (chunk->rtt_in_progress) { in sctp_retransmit_mark()
516 chunk->rtt_in_progress = 0; in sctp_retransmit_mark()
1473 tchunk->rtt_in_progress) { in sctp_check_transmitted()
1474 tchunk->rtt_in_progress = 0; in sctp_check_transmitted()
H A Doutput.c457 chunk->rtt_in_progress = 1; in sctp_packet_pack()
478 chunk->rtt_in_progress); in sctp_packet_pack()
H A Dassociola.c554 ch->rtt_in_progress = 0; in sctp_assoc_rm_peer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_rtt.h269 bool rtt_in_progress; member
H A Ddhd_rtt.c1536 rtt_status->geofence_cfg.rtt_in_progress = state; in dhd_rtt_set_geofence_rtt_state()
1550 return rtt_status->geofence_cfg.rtt_in_progress; in dhd_rtt_get_geofence_rtt_state()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_rtt.h269 bool rtt_in_progress; member
H A Ddhd_rtt.c1536 rtt_status->geofence_cfg.rtt_in_progress = state; in dhd_rtt_set_geofence_rtt_state()
1550 return rtt_status->geofence_cfg.rtt_in_progress; in dhd_rtt_get_geofence_rtt_state()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_rtt.h269 bool rtt_in_progress; member
H A Ddhd_rtt.c1536 rtt_status->geofence_cfg.rtt_in_progress = state; in dhd_rtt_set_geofence_rtt_state()
1550 return rtt_status->geofence_cfg.rtt_in_progress; in dhd_rtt_get_geofence_rtt_state()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h644 __u16 rtt_in_progress:1, /* This chunk used for RTT calc? */ member