Searched refs:ce_state (Results 1 – 2 of 2) sorted by relevance
4 static inline void dctcp_ece_ack_cwr(struct sock *sk, u32 ce_state) in dctcp_ece_ack_cwr() argument8 if (ce_state == 1) in dctcp_ece_ack_cwr()20 u32 *prior_rcv_nxt, u32 *ce_state) in dctcp_ece_ack_update() argument24 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update()30 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()36 *ce_state = new_ce_state; in dctcp_ece_ack_update()
55 u32 ce_state; member103 ca->ce_state = 0; in dctcp_init()200 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in dctcp_cwnd_event()229 info->dctcp.dctcp_ce_state = (u16) ca->ce_state; in dctcp_get_info()
Completed in 4 milliseconds