函数源码 |
Source File:include\linux\bpf_verifier.h |
Create Date:2022-07-27 14:08:22 |
首页 | Copyright©Brick |
408 409 410 411 412 413 | static inline struct bpf_func_state *cur_func( struct bpf_verifier_env *env) { struct bpf_verifier_state *cur = env->cur_state; return cur->frame[cur->curframe]; } |