Home
last modified time | relevance | path

Searched refs:BPF_STRUCT_OPS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c386 /* Or simply use the BPF_STRUCT_OPS to avoid the SEC boiler plate. */
387 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
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c380 /* Or simply use the BPF_STRUCT_OPS to avoid the SEC boiler plate. */
381 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
495 void BPF_STRUCT_OPS(bpf_cubic_acked, struct sock *sk, in BPF_STRUCT_OPS() function
527 __u32 BPF_STRUCT_OPS(bpf_cubic_undo_cwnd, struct sock *sk) in BPF_STRUCT_OPS() function
H A Dbpf_tcp_nogpl.c11 void BPF_STRUCT_OPS(nogpltcp_init, struct sock *sk) in BPF_STRUCT_OPS() function
H A Dbpf_dctcp_release.c16 void BPF_STRUCT_OPS(dctcp_nouse_release, struct sock *sk) in BPF_STRUCT_OPS() function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h11 #define BPF_STRUCT_OPS(name, args...) \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h11 #define BPF_STRUCT_OPS(name, args...) \ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h1038 BPF_STRUCT_OPS, enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h1038 BPF_STRUCT_OPS, enumerator
/kernel/linux/linux-6.6/kernel/bpf/
H A Dsyscall.c4943 if (attr->link_create.attach_type == BPF_STRUCT_OPS) in link_create()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c120 [BPF_STRUCT_OPS] = "struct_ops",
12198 fd = bpf_link_create(map->fd, 0, BPF_STRUCT_OPS, NULL); in bpf_map__attach_struct_ops()

Completed in 49 milliseconds