| tag | line | file | source code |
|---|---|---|---|
| ifconf | 801 | net/core/dev.c | struct ifconf ifc; |
| ifconf | 812 | net/core/dev.c | err=verify_area(VERIFY_WRITE, arg, sizeof(struct ifconf)); |
| ifconf | 815 | net/core/dev.c | memcpy_fromfs(&ifc, arg, sizeof(struct ifconf)); |
| ifconf | 863 | net/core/dev.c | memcpy_tofs(arg, &ifc, sizeof(struct ifconf)); |