Searched refs:BPF_STRUCT_OPS (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/progs/ |
| D | bpf_cubic.c | 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
|
| D | bpf_tcp_nogpl.c | 11 void BPF_STRUCT_OPS(nogpltcp_init, struct sock *sk) in BPF_STRUCT_OPS() function
|
| D | bpf_dctcp_release.c | 16 void BPF_STRUCT_OPS(dctcp_nouse_release, struct sock *sk) in BPF_STRUCT_OPS() function
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | bpf_tcp_helpers.h | 11 #define BPF_STRUCT_OPS(name, args...) \ macro
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | bpf.h | 1038 BPF_STRUCT_OPS, enumerator
|
| /Linux-v6.6/include/uapi/linux/ |
| D | bpf.h | 1038 BPF_STRUCT_OPS, enumerator
|
| /Linux-v6.6/kernel/bpf/ |
| D | syscall.c | 4902 if (attr->link_create.attach_type == BPF_STRUCT_OPS) in link_create()
|
| /Linux-v6.6/tools/lib/bpf/ |
| D | libbpf.c | 119 [BPF_STRUCT_OPS] = "struct_ops", 12192 fd = bpf_link_create(map->fd, 0, BPF_STRUCT_OPS, NULL); in bpf_map__attach_struct_ops()
|