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

/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.c167 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) function
194 dctcp_ece_ack_cwr(sk, *ce_state);
201 dctcp_ece_ack_cwr(sk, new_ce_state);

Completed in 90 milliseconds