Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c8801 case bpf_ctx_range(struct __sk_buff, data): in bpf_skb_is_valid_access()
8802 case bpf_ctx_range(struct __sk_buff, data_meta): in bpf_skb_is_valid_access()
8803 case bpf_ctx_range(struct __sk_buff, data_end): in bpf_skb_is_valid_access()
8816 case bpf_ctx_range(struct __sk_buff, hwtstamp): in bpf_skb_is_valid_access()
8820 case bpf_ctx_range(struct __sk_buff, tstamp): in bpf_skb_is_valid_access()
8855 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access()
8856 case bpf_ctx_range(struct __sk_buff, data): in sk_filter_is_valid_access()
8857 case bpf_ctx_range(struct __sk_buff, data_meta): in sk_filter_is_valid_access()
8858 case bpf_ctx_range(struct __sk_buff, data_end): in sk_filter_is_valid_access()
8860 case bpf_ctx_range(struct __sk_buff, tstamp): in sk_filter_is_valid_access()
[all …]
/linux/net/netfilter/
H A Dnf_bpf_link.c306 case bpf_ctx_range(struct bpf_nf_ctx, skb): in nf_is_valid_access()
311 case bpf_ctx_range(struct bpf_nf_ctx, state): in nf_is_valid_access()
/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.c1847 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access()
2397 case bpf_ctx_range(struct bpf_sysctl, write): in sysctl_is_valid_access()
2402 case bpf_ctx_range(struct bpf_sysctl, file_pos): in sysctl_is_valid_access()
2590 case bpf_ctx_range(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
/linux/kernel/trace/
H A Dbpf_trace.c1853 case bpf_ctx_range(struct bpf_perf_event_data, sample_period): in pe_prog_is_valid_access()
1858 case bpf_ctx_range(struct bpf_perf_event_data, addr): in pe_prog_is_valid_access()
/linux/include/linux/
H A Dfilter.h632 #define bpf_ctx_range(TYPE, MEMBER) \ macro