Function report |
Source Code:kernel\bpf\helpers.c |
Create Date:2022-07-28 13:08:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:____bpf_strtoul
Proto:static inline __attribute__((__always_inline__)) u64 ____bpf_strtoul(const char *buf, size_t buf_len, u64 flags, unsigned long *res)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | buf | |
size_t | buf_len | |
u64 | flags | |
unsigned long * | res |
469 | err = __bpf_strtoull(buf, buf_len, flags, & _res, & is_negative) |
472 | If is_negative Then Return -EINVAL |
477 | Return err |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |