Searched refs:dctcp_ece_ack_cwr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_dctcp.h | 4 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 D | tcp_dctcp.h | 4 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 D | bpf_dctcp.c | 133 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 D | bpf_dctcp.c | 167 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