Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dbpf_dctcp.c177 __u32 new_ce_state = (evt == CA_EVENT_ECN_IS_CE) ? 1 : 0; in dctcp_ece_ack_update() local
179 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update()
191 *ce_state = new_ce_state; in dctcp_ece_ack_update()
192 dctcp_ece_ack_cwr(sk, new_ce_state); in dctcp_ece_ack_update()