Home
last modified time | relevance | path

Searched refs:top_ctx (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c120 static __thread jmp_buf top_ctx; variable
143 longjmp(top_ctx, 1); in bpf_error()
398 if (setjmp(top_ctx)) in pcap_compile()