Searched refs:sysctl_table (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/core/
H A Dneighbour.c1728 p->sysctl_table = NULL;
3867 p->sysctl_table = t;
3879 if (p->sysctl_table) {
3880 struct neigh_sysctl_table *t = p->sysctl_table;
3881 p->sysctl_table = NULL;
/linux-master/include/net/
H A Dneighbour.h79 void *sysctl_table; member in struct:neigh_parms
/linux-master/include/linux/
H A Dparport.h154 void * sysctl_table; member in struct:pardevice
226 void *sysctl_table; member in struct:parport
/linux-master/drivers/parport/
H A Dprocfs.c461 port->sysctl_table = t;
479 if (port->sysctl_table) {
480 struct parport_sysctl_table *t = port->sysctl_table;
481 port->sysctl_table = NULL;
514 device->sysctl_table = t;
527 if (device->sysctl_table) {
528 struct parport_device_sysctl_table *t = device->sysctl_table;
529 device->sysctl_table = NULL;

Completed in 370 milliseconds