Searched refs:bpf_dynptr_init (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/bpf/ |
H A 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()
|
H A 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/include/linux/ |
H A D | bpf.h | 2729 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, 3001 static inline void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init() function
|
/linux/net/core/ |
H A D | filter.c | 11920 bpf_dynptr_init(ptr, skb, BPF_DYNPTR_TYPE_SKB, 0, skb->len); in bpf_dynptr_from_skb() 11936 bpf_dynptr_init(ptr, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()
|