Searched refs:bpf_dynptr_init (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | ringbuf.c | 617 bpf_dynptr_init(ptr, sample, BPF_DYNPTR_TYPE_RINGBUF, 0, size); in BPF_CALL_4() 775 bpf_dynptr_init(&dynptr, sample, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
|
| H A D | helpers.c | 1702 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init() function 1742 bpf_dynptr_init(ptr, data, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 2783 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, 3055 static inline void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init() function
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 11999 bpf_dynptr_init(ptr, skb, BPF_DYNPTR_TYPE_SKB, 0, skb->len); in bpf_dynptr_from_skb() 12015 bpf_dynptr_init(ptr, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()
|