Home
last modified time | relevance | path

Searched refs:BPF_STRUCT_OPS (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c381 void BPF_STRUCT_OPS(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_STRUCT_OPS() function
400 __u32 BPF_STRUCT_OPS(bpf_cubic_recalc_ssthresh, struct sock *sk) in BPF_STRUCT_OPS() function
417 void BPF_STRUCT_OPS(bpf_cubic_state, struct sock *sk, __u8 new_state) in BPF_STRUCT_OPS() function
493 void BPF_STRUCT_OPS(bpf_cubic_acked, struct sock *sk, in BPF_STRUCT_OPS() function
524 __u32 BPF_STRUCT_OPS(bpf_cubic_undo_cwnd, struct sock *sk) in BPF_STRUCT_OPS() function
Dbpf_tcp_nogpl.c11 void BPF_STRUCT_OPS(nogpltcp_init, struct sock *sk) in BPF_STRUCT_OPS() function
Dbpf_dctcp_release.c16 void BPF_STRUCT_OPS(dctcp_nouse_release, struct sock *sk) in BPF_STRUCT_OPS() function
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h11 #define BPF_STRUCT_OPS(name, args...) \ macro