Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A 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()
/kernel/linux/linux-6.6/net/ipv4/
H A 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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c133 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() function
160 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()
167 dctcp_ece_ack_cwr(sk, new_ce_state); in dctcp_ece_ack_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A 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()

Completed in 2 milliseconds