taglinefilesource code
arpreq_old1828net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq_old));
arpreq_old1831net/ipv4/arp.cmemcpy_fromfs(&r, arg, sizeof(struct arpreq_old));
arpreq_old1902net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq_old));
arpreq_old1913net/ipv4/arp.cmemcpy_tofs(arg, &r, sizeof(struct arpreq_old));