Searched refs:PGCTRL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | pktgen.c | 238 #define PGCTRL "pgctrl" macro 3796 pe = proc_create(PGCTRL, 0600, pn->proc_dir, &pktgen_proc_ops); in pg_net_init() 3798 pr_err("cannot create %s procfs entry\n", PGCTRL); in pg_net_init() 3821 remove_proc_entry(PGCTRL, pn->proc_dir); in pg_net_init() 3849 remove_proc_entry(PGCTRL, pn->proc_dir); in pg_net_exit()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 241 #define PGCTRL "pgctrl" macro 3937 pe = proc_create(PGCTRL, 0600, pn->proc_dir, &pktgen_proc_ops); in pg_net_init() 3939 pr_err("cannot create %s procfs entry\n", PGCTRL); in pg_net_init() 3962 remove_proc_entry(PGCTRL, pn->proc_dir); in pg_net_init() 3990 remove_proc_entry(PGCTRL, pn->proc_dir); in pg_net_exit()
|
Completed in 14 milliseconds