Searched refs:bpf_target_off (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/core/ |
D | filter.c | 9207 bpf_target_off(struct sk_buff, len, 4, in bpf_convert_ctx_access() 9213 bpf_target_off(struct sk_buff, protocol, 2, in bpf_convert_ctx_access() 9219 bpf_target_off(struct sk_buff, vlan_proto, 2, in bpf_convert_ctx_access() 9226 bpf_target_off(struct sk_buff, priority, 4, in bpf_convert_ctx_access() 9230 bpf_target_off(struct sk_buff, priority, 4, in bpf_convert_ctx_access() 9236 bpf_target_off(struct sk_buff, skb_iif, 4, in bpf_convert_ctx_access() 9246 bpf_target_off(struct net_device, ifindex, 4, in bpf_convert_ctx_access() 9252 bpf_target_off(struct sk_buff, hash, 4, in bpf_convert_ctx_access() 9259 bpf_target_off(struct sk_buff, mark, 4, in bpf_convert_ctx_access() 9263 bpf_target_off(struct sk_buff, mark, 4, in bpf_convert_ctx_access() [all …]
|
/Linux-v6.1/kernel/trace/ |
D | bpf_trace.c | 2070 bpf_target_off(struct perf_sample_data, period, 8, in pe_prog_convert_ctx_access() 2078 bpf_target_off(struct perf_sample_data, addr, 8, in pe_prog_convert_ctx_access()
|
/Linux-v6.1/include/linux/ |
D | filter.h | 529 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ macro
|
/Linux-v6.1/kernel/bpf/ |
D | cgroup.c | 2201 bpf_target_off(struct bpf_sysctl_kern, write, in sysctl_convert_ctx_access()
|