Home
last modified time | relevance | path

Searched refs:bpf_dynptr_kern (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dcrypto.c271 const struct bpf_dynptr_kern *src, in bpf_crypto_crypt()
272 const struct bpf_dynptr_kern *dst, in bpf_crypto_crypt()
273 const struct bpf_dynptr_kern *siv, in bpf_crypto_crypt()
324 const struct bpf_dynptr_kern *src_kern = (struct bpf_dynptr_kern *)src; in bpf_crypto_decrypt()
325 const struct bpf_dynptr_kern *dst_kern = (struct bpf_dynptr_kern *)dst; in bpf_crypto_decrypt()
326 const struct bpf_dynptr_kern *siv_kern = (struct bpf_dynptr_kern *)siv__nullable; in bpf_crypto_decrypt()
345 const struct bpf_dynptr_kern *src_kern = (struct bpf_dynptr_kern *)src; in bpf_crypto_encrypt()
346 const struct bpf_dynptr_kern *dst_kern = (struct bpf_dynptr_kern *)dst; in bpf_crypto_encrypt()
347 const struct bpf_dynptr_kern *siv_kern = (struct bpf_dynptr_kern *)siv__nullable; in bpf_crypto_encrypt()
H A Dsyscall.c2805 struct bpf_dynptr_kern sig_ptr, insns_ptr; in bpf_prog_verify_signature()
/linux/include/linux/
H A Dbpf.h1406 struct bpf_dynptr_kern { struct
1438 u64 __bpf_dynptr_size(const struct bpf_dynptr_kern *ptr); argument
1439 const void *__bpf_dynptr_data(const struct bpf_dynptr_kern *ptr, u64 len);
1440 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u64 len);
1441 bool __bpf_dynptr_is_rdonly(const struct bpf_dynptr_kern *ptr);
1442 int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u64 offset,
1447 static inline int bpf_dynptr_check_off_len(const struct bpf_dynptr_kern *ptr, u64 offset, u64 len) in bpf_dynptr_check_off_len()
3076 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data,
3078 void bpf_dynptr_set_null(struct bpf_dynptr_kern *ptr);
3079 void bpf_dynptr_set_rdonly(struct bpf_dynptr_kern *ptr);
[all …]
/linux/kernel/trace/
H A Dbpf_trace.c3406 struct bpf_dynptr_kern *dst; in __bpf_dynptr_copy_str()
3416 dst = (struct bpf_dynptr_kern *)dptr; in __bpf_dynptr_copy_str()
3442 struct bpf_dynptr_kern *dst; in __bpf_dynptr_copy()
3452 dst = (struct bpf_dynptr_kern *)dptr; in __bpf_dynptr_copy()
/linux/net/core/
H A Dfilter.c12179 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb()
12209 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_meta()
12225 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_xdp()
12472 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_rdonly()