Searched refs:act (Results 1 – 2 of 2) sorted by relevance
92 struct sigaction act; in install_emulator() local94 memset(&act, 0, sizeof(act)); in install_emulator()98 act.sa_sigaction = &emulator; in install_emulator()99 act.sa_flags = SA_SIGINFO; in install_emulator()100 if (sigaction(SIGSYS, &act, NULL) < 0) { in install_emulator()
182 const struct bpf_prog *xdp, u32 act) in BPF_PROG() argument186 u32 key = act, idx; in BPF_PROG()
Completed in 3 milliseconds