Searched refs:bpf_dynptr_init (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | ringbuf.c | 624 bpf_dynptr_init(ptr, sample, BPF_DYNPTR_TYPE_RINGBUF, 0, size); in BPF_CALL_4() 782 bpf_dynptr_init(&dynptr, sample, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
|
D | helpers.c | 1689 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init() function 1729 bpf_dynptr_init(ptr, data, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
|
/linux-6.12.1/include/linux/ |
D | bpf.h | 2682 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, 2948 static inline void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init() function
|
/linux-6.12.1/net/core/ |
D | filter.c | 11914 bpf_dynptr_init(ptr, skb, BPF_DYNPTR_TYPE_SKB, 0, skb->len); in bpf_dynptr_from_skb() 11930 bpf_dynptr_init(ptr, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()
|