Searched refs:source (Results 1 – 4 of 4) sorted by relevance
/samples/seccomp/ |
A D | user-trap.c | 111 char path[PATH_MAX], source[PATH_MAX], target[PATH_MAX]; in handle_req() local 164 ret = read(mem, source, sizeof(source)); in handle_req() 186 if (!strncmp(source, "/tmp/", 5) && !strncmp(target, "/tmp/", 5)) { in handle_req() 187 if (mount(source, target, NULL, req->data.args[3], NULL) < 0) { in handle_req()
|
/samples/bpf/ |
A D | parse_varlen.c | 28 if (tcp->dest == htons(80) || tcp->source == htons(80)) in tcp() 40 udp->source == htons(DEFAULT_PKTGEN_UDP_PORT)) { in udp()
|
/samples/pktgen/ |
A D | README.rst | 11 by shell source'ing. Namely "functions.sh" and "parameters.sh". 44 source ./samples/pktgen/functions.sh
|
/samples/ |
A D | Kconfig | 323 source "samples/rust/Kconfig" 325 source "samples/damon/Kconfig"
|
Completed in 19 milliseconds