Searched refs:BPF_FIELD_SIZEOF (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/core/
H A Dfilter.c372 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct sk_buff, dev),
611 *new_insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct sk_buff, data),
7097 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct tcp_sock, FIELD),\
7107 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF( \
7291 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct xdp_sock, FIELD),\
9356 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_flow_dissector, data),
9362 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_flow_dissector, data_end),
9368 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_flow_dissector, flow_keys),
9401 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct sk_buff, end),
9404 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struc
[all...]
/linux-master/kernel/bpf/
H A Dcgroup.c2256 BPF_FIELD_SIZEOF(struct bpf_sysctl_kern, ppos),
2270 BPF_FIELD_SIZEOF(struct bpf_sysctl_kern, ppos),
2415 BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, F), \
2420 BPF_RAW_INSN((BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, F) | \
2468 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task),
2471 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct task_struct, bpf_ctx),
2475 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval),
2482 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task),
2485 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct task_struct, bpf_ctx),
2488 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struc
[all...]
/linux-master/include/linux/
H A Dfilter.h507 #define BPF_FIELD_SIZEOF(type, field) \ macro
/linux-master/kernel/trace/
H A Dbpf_trace.c2193 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern,
2201 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern,
2209 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern,

Completed in 128 milliseconds