Searched defs:sysctl_path (Results 1 – 3 of 3) sorted by relevance
1435 const char *sysctl_path) in load_sysctl_prog_insns()1491 static int load_sysctl_prog(struct sysctl_test *test, const char *sysctl_path) in load_sysctl_prog()1498 static int access_sysctl(const char *sysctl_path, in access_sysctl()1546 char sysctl_path[128]; in run_test_case() local
18 static const char sysctl_path[] = "/proc/sys/net/ipv4/conf/lo/tag"; variable
38 static int sysctl_set(const char *sysctl_path, char *old_val, const char *new_val) in sysctl_set()