Home
last modified time | relevance | path

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

/samples/seccomp/
A Dbpf-direct.c92 struct sigaction act; in install_emulator() local
94 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()
/samples/bpf/
A Dxdp_sample.bpf.c182 const struct bpf_prog *xdp, u32 act) in BPF_PROG() argument
186 u32 key = act, idx; in BPF_PROG()

Completed in 5 milliseconds