Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_dctcp.h22 u32 new_ce_state = (evt == CA_EVENT_ECN_IS_CE) ? 1 : 0; in dctcp_ece_ack_update() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c186 __u32 new_ce_state = (evt == CA_EVENT_ECN_IS_CE) ? 1 : 0; in dctcp_ece_ack_update() local