taglinefilesource code
arpreq_old1878net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq_old));
arpreq_old1881net/ipv4/arp.cmemcpy_fromfs(&r, arg, sizeof(struct arpreq_old));
arpreq_old1952net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq_old));
arpreq_old1963net/ipv4/arp.cmemcpy_tofs(arg, &r, sizeof(struct arpreq_old));