Home
last modified time | relevance | path

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

/samples/bpf/
A Dtracex5.bpf.c48 struct seccomp_data sd; in PROG() local
50 bpf_core_read(&sd, sizeof(sd), (void *)PT_REGS_PARM2(ctx)); in PROG()
51 if (sd.args[2] == 512) { in PROG()
54 sd.args[0], sd.args[1], sd.args[2]); in PROG()
61 struct seccomp_data sd; in PROG() local
63 bpf_core_read(&sd, sizeof(sd), (void *)PT_REGS_PARM2(ctx)); in PROG()
64 if (sd.args[2] > 128 && sd.args[2] <= 1024) { in PROG()
67 sd.args[0], sd.args[1], sd.args[2]); in PROG()

Completed in 3 milliseconds