Home
last modified time | relevance | path

Searched refs:bpf_target_off (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/core/
Dfilter.c5750 bpf_target_off(struct sk_buff, len, 4, in bpf_convert_ctx_access()
5756 bpf_target_off(struct sk_buff, protocol, 2, in bpf_convert_ctx_access()
5762 bpf_target_off(struct sk_buff, vlan_proto, 2, in bpf_convert_ctx_access()
5769 bpf_target_off(struct sk_buff, priority, 4, in bpf_convert_ctx_access()
5773 bpf_target_off(struct sk_buff, priority, 4, in bpf_convert_ctx_access()
5779 bpf_target_off(struct sk_buff, skb_iif, 4, in bpf_convert_ctx_access()
5789 bpf_target_off(struct net_device, ifindex, 4, in bpf_convert_ctx_access()
5795 bpf_target_off(struct sk_buff, hash, 4, in bpf_convert_ctx_access()
5802 bpf_target_off(struct sk_buff, mark, 4, in bpf_convert_ctx_access()
5806 bpf_target_off(struct sk_buff, mark, 4, in bpf_convert_ctx_access()
[all …]
/Linux-v4.19/kernel/trace/
Dbpf_trace.c925 bpf_target_off(struct perf_sample_data, period, 8, in pe_prog_convert_ctx_access()
933 bpf_target_off(struct perf_sample_data, addr, 8, in pe_prog_convert_ctx_access()
/Linux-v4.19/include/linux/
Dfilter.h453 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ macro