Home
last modified time | relevance | path

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

/samples/seccomp/
A Duser-trap.c111 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 Dparse_varlen.c28 if (tcp->dest == htons(80) || tcp->source == htons(80)) in tcp()
40 udp->source == htons(DEFAULT_PKTGEN_UDP_PORT)) { in udp()
/samples/pktgen/
A DREADME.rst11 by shell source'ing. Namely "functions.sh" and "parameters.sh".
44 source ./samples/pktgen/functions.sh
/samples/
A DKconfig323 source "samples/rust/Kconfig"
325 source "samples/damon/Kconfig"

Completed in 19 milliseconds