Searched refs:NEIGH_SYSCTL_ENTRY (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | neighbour.c | 3569 #define NEIGH_SYSCTL_ENTRY(attr, data_attr, name, mval, proc) \ macro 3579 NEIGH_SYSCTL_ENTRY(attr, attr, name, 0644, neigh_proc_dointvec_zero_intmax) 3582 NEIGH_SYSCTL_ENTRY(attr, attr, name, 0644, neigh_proc_dointvec_jiffies) 3585 NEIGH_SYSCTL_ENTRY(attr, attr, name, 0644, neigh_proc_dointvec_userhz_jiffies) 3588 NEIGH_SYSCTL_ENTRY(attr, data_attr, name, 0644, neigh_proc_dointvec_ms_jiffies) 3591 NEIGH_SYSCTL_ENTRY(attr, data_attr, name, 0644, neigh_proc_dointvec_unres_qlen)
|