函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:____bpf_strtol

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

返回类型:u64

参数:

类型参数名称
const char *buf
size_tbuf_len
u64flags
long *res
443  err等于__bpf_strtoll(buf, buf_len, flags, & _res)
444  如果err小于0则返回:err
446  如果_res不等于_res则返回:负ERANGE
448  res等于_res
449  返回:err