Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dtcp_dctcp.h4 static inline void dctcp_ece_ack_cwr(struct sock *sk, u32 ce_state) in dctcp_ece_ack_cwr() function
30 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()
37 dctcp_ece_ack_cwr(sk, new_ce_state); in dctcp_ece_ack_update()
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dbpf_dctcp.c167 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() function
194 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()
201 dctcp_ece_ack_cwr(sk, new_ce_state); in dctcp_ece_ack_update()