Lines Matching defs:buf_len
540 * *buf_len* bytes of *buf* will be populated with the name of
1591 __u32 buf_len; /* input/output: buf len */
3830 * long bpf_sysctl_get_name(struct bpf_sysctl *ctx, char *buf, size_t buf_len, u64 flags)
3833 * program buffer *buf* of size *buf_len*.
3846 * long bpf_sysctl_get_current_value(struct bpf_sysctl *ctx, char *buf, size_t buf_len)
3850 * by program buffer *buf* of size *buf_len*.
3865 * long bpf_sysctl_get_new_value(struct bpf_sysctl *ctx, char *buf, size_t buf_len)
3869 * provided by program buffer *buf* of size *buf_len*.
3882 * long bpf_sysctl_set_new_value(struct bpf_sysctl *ctx, const char *buf, size_t buf_len)
3885 * value provided by program in buffer *buf* of size *buf_len*.
3895 * **-E2BIG** if the *buf_len* is too big.
3899 * long bpf_strtol(const char *buf, size_t buf_len, u64 flags, long *res)
3902 * size *buf_len* to a long integer according to the given base
3916 * no more than *buf_len*.
3923 * long bpf_strtoul(const char *buf, size_t buf_len, u64 flags, unsigned long *res)
3926 * size *buf_len* to an unsigned long integer according to the
3939 * no more than *buf_len*.