Home
last modified time | relevance | path

Searched refs:bpf_ctx_range (Results 1 – 5 of 5) sorted by relevance

/linux/net/core/
H A Dfilter.c8679 case bpf_ctx_range(struct __sk_buff, data): in bpf_skb_is_valid_access()
8680 case bpf_ctx_range(struct __sk_buff, data_meta): in bpf_skb_is_valid_access()
8681 case bpf_ctx_range(struct __sk_buff, data_end): in bpf_skb_is_valid_access()
8694 case bpf_ctx_range(struct __sk_buff, hwtstamp): in bpf_skb_is_valid_access()
8698 case bpf_ctx_range(struct __sk_buff, tstamp): in bpf_skb_is_valid_access()
8733 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access()
8734 case bpf_ctx_range(struct __sk_buff, data): in sk_filter_is_valid_access()
8735 case bpf_ctx_range(struct __sk_buff, data_meta): in sk_filter_is_valid_access()
8736 case bpf_ctx_range(struct __sk_buff, data_end): in sk_filter_is_valid_access()
8738 case bpf_ctx_range(struc in sk_filter_is_valid_access()
[all...]
/linux/net/ipv4/
H A Dbpf_tcp_ca.c81 case bpf_ctx_range(struct inet_connection_sock, icsk_ca_priv): in bpf_tcp_ca_btf_struct_access()
/linux/kernel/bpf/
H A Dcgroup.c1852 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access()
2402 case bpf_ctx_range(struct bpf_sysctl, write): in sysctl_is_valid_access()
2407 case bpf_ctx_range(struct bpf_sysctl, file_pos): in sysctl_is_valid_access()
2595 case bpf_ctx_range(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
/linux/kernel/trace/
H A Dbpf_trace.c2021 case bpf_ctx_range(struct bpf_perf_event_data, sample_period): in pe_prog_is_valid_access()
2026 case bpf_ctx_range(struct bpf_perf_event_data, addr): in pe_prog_is_valid_access()
/linux/include/linux/
H A Dfilter.h629 #define bpf_ctx_range(TYPE, MEMBER) \ macro