Searched refs:dctcp_ece_ack_cwr (Results 1 - 2 of 2) sorted by path

/linux-master/net/ipv4/
H A Dtcp_dctcp.h4 static inline void dctcp_ece_ack_cwr(struct sock *sk, u32 ce_state) function
30 dctcp_ece_ack_cwr(sk, *ce_state);
37 dctcp_ece_ack_cwr(sk, new_ce_state);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c174 static void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) function
200 dctcp_ece_ack_cwr(sk, *ce_state);
207 dctcp_ece_ack_cwr(sk, new_ce_state);

Completed in 190 milliseconds