Home
last modified time | relevance | path

Searched refs:old_ctx (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h1194 struct bpf_run_ctx *old_ctx; in bpf_set_run_ctx() local
1196 old_ctx = current->bpf_ctx; in bpf_set_run_ctx()
1198 return old_ctx; in bpf_set_run_ctx()
1201 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() argument
1203 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()

Completed in 5 milliseconds