Home
last modified time | relevance | path

Searched defs:BPF_STRUCT_OPS (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c387 void BPF_STRUCT_OPS(bictcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_STRUCT_OPS() function
406 __u32 BPF_STRUCT_OPS(bictcp_recalc_ssthresh, struct sock *sk) in BPF_STRUCT_OPS() function
423 void BPF_STRUCT_OPS(bictcp_state, struct sock *sk, __u8 new_state) in BPF_STRUCT_OPS() function
499 void BPF_STRUCT_OPS(bictcp_acked, struct sock *sk, in BPF_STRUCT_OPS() function
528 __u32 BPF_STRUCT_OPS(tcp_reno_undo_cwnd, struct sock *sk) in BPF_STRUCT_OPS() function
/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h11 #define BPF_STRUCT_OPS(name, args...) \ macro