| tag | line | file | source code |
| nr_parms | 1253 | net/netrom/af_netrom.c | struct nr_parms_struct nr_parms; |
| nr_parms | 1256 | net/netrom/af_netrom.c | memcpy_fromfs(&nr_parms, (void *)arg, sizeof(struct nr_parms_struct)); |
| nr_parms | 1257 | net/netrom/af_netrom.c | nr_parms = nr_default; |
| nr_parms | 1258 | net/netrom/af_netrom.c | memcpy_tofs((void *)arg, &nr_parms, sizeof(struct nr_parms_struct)); |
| nr_parms | 1264 | net/netrom/af_netrom.c | struct nr_parms_struct nr_parms; |
| nr_parms | 1268 | net/netrom/af_netrom.c | memcpy_fromfs(&nr_parms, (void *)arg, sizeof(struct nr_parms_struct)); |
| nr_parms | 1269 | net/netrom/af_netrom.c | nr_default = nr_parms; |