Lines Matching refs:u32

132 BPF_CALL_3(bpf_map_lookup_percpu_elem, struct bpf_map *, map, void *, key, u32, cpu)  in BPF_CALL_3()  argument
261 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() argument
576 BPF_CALL_3(bpf_strncmp, const char *, s1, u32, s1_sz, const char *, s2) in BPF_CALL_3() argument
591 struct bpf_pidns_info *, nsdata, u32, size) in BPF_CALL_4() argument
659 BPF_CALL_3(bpf_copy_from_user, void *, dst, u32, size, in BPF_CALL_3() argument
682 BPF_CALL_5(bpf_copy_from_user_task, void *, dst, u32, size, in BPF_CALL_5() argument
716 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu) in BPF_CALL_2() argument
818 int bpf_bprintf_prepare(const char *fmt, u32 fmt_size, const u64 *raw_args, in bpf_bprintf_prepare()
819 u32 num_args, struct bpf_bprintf_data *data) in bpf_bprintf_prepare()
841 data->bin_args = (u32 *)tmp_buf; in bpf_bprintf_prepare()
1025 tmp_buf = PTR_ALIGN(tmp_buf, sizeof(u32)); in bpf_bprintf_prepare()
1032 *(u32 *)tmp_buf = *(u32 *)&cur_arg; in bpf_bprintf_prepare()
1033 *(u32 *)(tmp_buf + 4) = *((u32 *)&cur_arg + 1); in bpf_bprintf_prepare()
1035 *(u32 *)tmp_buf = (u32)(long)cur_arg; in bpf_bprintf_prepare()
1049 BPF_CALL_5(bpf_snprintf, char *, str, u32, str_size, char *, fmt, in BPF_CALL_5() argument
1050 const void *, args, u32, data_len) in BPF_CALL_5()
1155 u32 idx; in bpf_timer_cb()
1195 u32 idx; in bpf_wq_work()
1689 u32 __bpf_dynptr_size(const struct bpf_dynptr_kern *ptr) in __bpf_dynptr_size()
1694 static void bpf_dynptr_set_size(struct bpf_dynptr_kern *ptr, u32 new_size) in bpf_dynptr_set_size()
1696 u32 metadata = ptr->size & ~DYNPTR_SIZE_MASK; in bpf_dynptr_set_size()
1701 int bpf_dynptr_check_size(u32 size) in bpf_dynptr_check_size()
1707 enum bpf_dynptr_type type, u32 offset, u32 size) in bpf_dynptr_init()
1720 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() argument
1755 static int __bpf_dynptr_read(void *dst, u32 len, const struct bpf_dynptr_kern *src, in __bpf_dynptr_read()
1756 u32 offset, u64 flags) in __bpf_dynptr_read()
1789 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5() argument
1790 u32, offset, u64, flags) in BPF_CALL_5()
1806 int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u32 offset, void *src, in __bpf_dynptr_write()
1807 u32 len, u64 flags) in __bpf_dynptr_write()
1845 BPF_CALL_5(bpf_dynptr_write, const struct bpf_dynptr_kern *, dst, u32, offset, void *, src, in BPF_CALL_5() argument
1846 u32, len, u64, flags) in BPF_CALL_5()
1862 BPF_CALL_3(bpf_dynptr_data, const struct bpf_dynptr_kern *, ptr, u32, offset, u32, len) in BPF_CALL_3() argument
2567 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() argument
2676 __bpf_kfunc void *bpf_dynptr_slice(const struct bpf_dynptr *p, u32 offset, in bpf_dynptr_slice()
2677 void *buffer__opt, u32 buffer__szk) in bpf_dynptr_slice()
2681 u32 len = buffer__szk; in bpf_dynptr_slice()
2761 __bpf_kfunc void *bpf_dynptr_slice_rdwr(const struct bpf_dynptr *p, u32 offset, in bpf_dynptr_slice_rdwr()
2762 void *buffer__opt, u32 buffer__szk) in bpf_dynptr_slice_rdwr()
2794 __bpf_kfunc int bpf_dynptr_adjust(const struct bpf_dynptr *p, u32 start, u32 end) in bpf_dynptr_adjust()
2797 u32 size; in bpf_dynptr_adjust()
2867 __bpf_kfunc int bpf_dynptr_copy(struct bpf_dynptr *dst_ptr, u32 dst_off, in bpf_dynptr_copy()
2868 struct bpf_dynptr *src_ptr, u32 src_off, u32 size) in bpf_dynptr_copy()
2874 u32 off; in bpf_dynptr_copy()
2896 u32 chunk_sz = min_t(u32, sizeof(buf), size - off); in bpf_dynptr_copy()
2922 __bpf_kfunc int bpf_dynptr_memset(struct bpf_dynptr *p, u32 offset, u32 size, u8 val) in bpf_dynptr_memset()
2925 u32 chunk_sz, write_off; in bpf_dynptr_memset()
2944 chunk_sz = min_t(u32, sizeof(buf), size); in bpf_dynptr_memset()
2948 chunk_sz = min_t(u32, sizeof(buf), size - write_off); in bpf_dynptr_memset()
2962 __bpf_kfunc void *bpf_rdonly_cast(const void *obj__ign, u32 btf_id__k) in bpf_rdonly_cast()
3116 bits[i] = (bits[i] >> 32) | ((u64)(u32)bits[i] << 32); in swap_ulong_in_u64()
3136 bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) in bpf_iter_bits_new()
3139 u32 nr_bytes = nr_words * sizeof(u64); in bpf_iter_bits_new()
3140 u32 nr_bits = BYTES_TO_BITS(nr_bytes); in bpf_iter_bits_new()
3247 __bpf_kfunc int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void __user *unsafe_ptr__ign, … in bpf_copy_from_user_str()
3292 __bpf_kfunc int bpf_copy_from_user_task_str(void *dst, u32 dst__sz, in bpf_copy_from_user_task_str()
3881 const void *__bpf_dynptr_data(const struct bpf_dynptr_kern *ptr, u32 len) in __bpf_dynptr_data()
3892 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u32 len) in __bpf_dynptr_data_rw()