函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\helpers.c Create Date:2022-07-27 14:24:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:____bpf_strtoul

函数原型:static inline __attribute__((__always_inline__)) u64 ____bpf_strtoul(const char *buf, size_t buf_len, u64 flags, unsigned long *res)

返回类型:u64

参数:

类型参数名称
const char *buf
size_tbuf_len
u64flags
unsigned long *res
469  err等于__bpf_strtoull(buf, buf_len, flags, & _res, & is_negative)
470  如果err小于0则返回:err
472  如果is_negative则返回:负EINVAL
474  如果_res不等于_res则返回:负ERANGE
476  res等于_res
477  返回:err