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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tcp_nogpl.c11 void BPF_STRUCT_OPS(nogpltcp_init, struct sock *sk) function
H A Dbpf_dctcp_release.c16 void BPF_STRUCT_OPS(dctcp_nouse_release, struct sock *sk) function
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) function
400 __u32 BPF_STRUCT_OPS(bpf_cubic_recalc_ssthresh, struct sock *sk) function
417 void BPF_STRUCT_OPS(bpf_cubic_state, struct sock *sk, __u8 new_state) function
495 void BPF_STRUCT_OPS(bpf_cubic_acked, struct sock *sk, function
527 __u32 BPF_STRUCT_OPS(bpf_cubic_undo_cwnd, struct sock *sk) function
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h11 #define BPF_STRUCT_OPS(name, args...) \ macro
/linux-master/include/uapi/linux/
H A Dbpf.h1106 BPF_STRUCT_OPS, enumerator in enum:bpf_attach_type
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1106 BPF_STRUCT_OPS, enumerator in enum:bpf_attach_type
/linux-master/kernel/bpf/
H A Dsyscall.c5195 if (attr->link_create.attach_type == BPF_STRUCT_OPS)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c128 [BPF_STRUCT_OPS] = "struct_ops",
12733 fd = bpf_link_create(map->fd, 0, BPF_STRUCT_OPS, NULL);

Completed in 369 milliseconds