Lines Matching refs:bpf_dynptr_write
1184 /* The read-only data slice is invalidated whenever bpf_dynptr_write() is called */
1202 bpf_dynptr_write(&ptr, 0, write_data, sizeof(write_data), 0);
1210 /* The read-write data slice is invalidated whenever bpf_dynptr_write() is called */
1227 bpf_dynptr_write(&ptr, 0, write_data, sizeof(write_data), 0);
1250 bpf_dynptr_write(&meta, 0, "x", 1, 0);
1273 bpf_dynptr_write(&meta, 0, "x", 1, 0);
1296 bpf_dynptr_write(&data, 0, "x", 1, 0);
1319 bpf_dynptr_write(&data, 0, "x", 1, 0);
1387 bpf_dynptr_write(&meta, 0, "x", 1, 0);
1409 bpf_dynptr_write(&meta, 0, "x", 1, 0);