Searched refs:bpf_target_off (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/core/ |
D | filter.c | 9380 bpf_target_off(struct sk_buff, len, 4, in bpf_convert_ctx_access() 9386 bpf_target_off(struct sk_buff, protocol, 2, in bpf_convert_ctx_access() 9392 bpf_target_off(struct sk_buff, vlan_proto, 2, in bpf_convert_ctx_access() 9399 bpf_target_off(struct sk_buff, priority, 4, in bpf_convert_ctx_access() 9403 bpf_target_off(struct sk_buff, priority, 4, in bpf_convert_ctx_access() 9409 bpf_target_off(struct sk_buff, skb_iif, 4, in bpf_convert_ctx_access() 9419 bpf_target_off(struct net_device, ifindex, 4, in bpf_convert_ctx_access() 9425 bpf_target_off(struct sk_buff, hash, 4, in bpf_convert_ctx_access() 9432 bpf_target_off(struct sk_buff, mark, 4, in bpf_convert_ctx_access() 9436 bpf_target_off(struct sk_buff, mark, 4, in bpf_convert_ctx_access() [all …]
|
/Linux-v6.6/kernel/trace/ |
D | bpf_trace.c | 2122 bpf_target_off(struct perf_sample_data, period, 8, in pe_prog_convert_ctx_access() 2130 bpf_target_off(struct perf_sample_data, addr, 8, in pe_prog_convert_ctx_access()
|
/Linux-v6.6/include/linux/ |
D | filter.h | 539 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ macro
|
/Linux-v6.6/kernel/bpf/ |
D | cgroup.c | 2220 bpf_target_off(struct bpf_sysctl_kern, write, in sysctl_convert_ctx_access()
|