Home
last modified time | relevance | path

Searched refs:bpf_send_signal_proto (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c1910 const struct bpf_func_proto bpf_send_signal_proto __weak;
2085 return &bpf_send_signal_proto; in bpf_base_func_proto()
/linux/kernel/trace/
H A Dbpf_trace.c884 const struct bpf_func_proto bpf_send_signal_proto = { variable