Searched refs:dctcp_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 122 SEC("struct_ops/dctcp_state") 123 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) in BPF_PROG() 218 .set_state = (void *)dctcp_state, 231 .set_state = (void *)dctcp_state,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 156 SEC("struct_ops/dctcp_state") 157 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) in BPF_PROG() 242 .set_state = (void *)dctcp_state, 255 .set_state = (void *)dctcp_state,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_dctcp.c | 172 __bpf_kfunc static void dctcp_state(struct sock *sk, u8 new_state) in dctcp_state() function 247 .set_state = dctcp_state, 271 BTF_ID_FLAGS(func, dctcp_state)
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_dctcp.c | 153 static void dctcp_state(struct sock *sk, u8 new_state) in dctcp_state() function 223 .set_state = dctcp_state,
|
Completed in 2 milliseconds