Home
last modified time | relevance | path

Searched refs:bpf_func_id (Results 1 – 23 of 23) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c100 enum bpf_func_id helper_id; in test_libbpf_probe_helpers()
/linux/drivers/media/rc/
H A Dbpf-lirc.c83 lirc_mode2_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in lirc_mode2_func_proto()
/linux/net/ipv4/
H A Dbpf_tcp_ca.c152 bpf_tcp_ca_get_func_proto(enum bpf_func_id func_id, in bpf_tcp_ca_get_func_proto()
H A Dtcp_ipv4.c3611 bpf_iter_tcp_get_func_proto(enum bpf_func_id func_id,
/linux/net/netfilter/
H A Dnf_bpf_link.c320 bpf_nf_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_nf_func_proto()
/linux/tools/lib/bpf/
H A Dlibbpf_probes.c416 int libbpf_probe_bpf_helper(enum bpf_prog_type prog_type, enum bpf_func_id helper_id, in libbpf_probe_bpf_helper()
H A Dlibbpf.h1682 enum bpf_func_id helper_id, const void *opts);
H A Dlibbpf.c7344 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) in insn_is_helper_call()
7360 enum bpf_func_id func_id; in bpf_object__sanitize_prog()
/linux/include/linux/
H A Dbpf.h1002 (*get_func_proto)(enum bpf_func_id func_id,
2513 (*bpf_iter_get_func_proto_t)(enum bpf_func_id func_id,
2551 bpf_iter_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog);
2702 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id,
2972 bpf_base_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_base_func_proto()
3360 enum bpf_func_id func_id, const struct bpf_prog *prog);
H A Dfilter.h1125 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id);
/linux/kernel/trace/
H A Dbpf_trace.c1435 bpf_tracing_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_tracing_func_proto()
1600 kprobe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in kprobe_prog_func_proto()
1726 tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tp_prog_func_proto()
1830 pe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in pe_prog_func_proto()
1965 raw_tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in raw_tp_prog_func_proto()
1982 tracing_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tracing_prog_func_proto()
/linux/net/core/
H A Dfilter.c95 bpf_sk_base_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog);
4896 bpf_get_skb_set_tunnel_proto(enum bpf_func_id which) in bpf_get_skb_set_tunnel_proto()
7910 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data()
7947 sock_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_filter_func_proto()
7976 sock_addr_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_addr_func_proto()
8069 sk_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sk_filter_func_proto()
8091 cg_skb_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cg_skb_func_proto()
8140 tc_cls_act_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tc_cls_act_func_proto()
8277 xdp_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in xdp_func_proto()
8352 sock_ops_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_ops_func_proto()
[all …]
/linux/kernel/bpf/
H A Dbpf_lsm.c223 bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_lsm_func_proto()
H A Dbpf_iter.c372 bpf_iter_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_iter_get_func_proto()
H A Dhelpers.c1906 bpf_base_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_base_func_proto()
H A Dverifier.c467 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function()
487 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function()
499 static bool is_dynptr_ref_function(enum bpf_func_id func_id) in is_dynptr_ref_function()
511 static bool is_sync_callback_calling_function(enum bpf_func_id func_id) in is_sync_callback_calling_function()
519 static bool is_async_callback_calling_function(enum bpf_func_id func_id) in is_async_callback_calling_function()
524 static bool is_callback_calling_function(enum bpf_func_id func_id) in is_callback_calling_function()
552 static bool is_storage_get_function(enum bpf_func_id func_id) in is_storage_get_function()
560 static bool helper_multiple_ref_obj_use(enum bpf_func_id func_id, in helper_multiple_ref_obj_use()
H A Dsyscall.c5996 tracing_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tracing_prog_func_proto()
6046 syscall_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in syscall_prog_func_proto()
H A Dcore.c2943 bool __weak bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data()
/linux/tools/bpf/bpftool/
H A Dfeature.c655 probe_helper_ifindex(enum bpf_func_id id, enum bpf_prog_type prog_type, in probe_helper_ifindex()
/linux/include/uapi/linux/
H A Dbpf.h6034 enum bpf_func_id { enum
/linux/tools/include/uapi/linux/
H A Dbpf.h6034 enum bpf_func_id { enum
/linux/net/unix/
H A Daf_unix.c3753 bpf_iter_unix_get_func_proto(enum bpf_func_id func_id, in bpf_iter_unix_get_func_proto()
/linux/kernel/sched/
H A Dext.c5916 bpf_scx_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_scx_get_func_proto()