taglinefilesource code
arpreq_old1886net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq_old));
arpreq_old1889net/ipv4/arp.cmemcpy_fromfs(&r, arg, sizeof(struct arpreq_old));
arpreq_old1960net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq_old));
arpreq_old1971net/ipv4/arp.cmemcpy_tofs(arg, &r, sizeof(struct arpreq_old));