taglinefilesource code
arpreq1160net/ipv4/arp.cstatic int arp_req_set(struct arpreq *req)
arpreq1162net/ipv4/arp.cstruct arpreq r;
arpreq1297net/ipv4/arp.cstatic int arp_req_get(struct arpreq *req)
arpreq1299net/ipv4/arp.cstruct arpreq r;
arpreq1350net/ipv4/arp.cstruct arpreq r;
arpreq1359net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1369net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq1372net/ipv4/arp.creturn arp_req_get((struct arpreq *)arg);
arpreq1376net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1379net/ipv4/arp.creturn arp_req_set((struct arpreq *)arg);
arpreq233net/ipv4/rarp.cstatic int rarp_req_set(struct arpreq *req)
arpreq235net/ipv4/rarp.cstruct arpreq r;
arpreq331net/ipv4/rarp.cstatic int rarp_req_get(struct arpreq *req)
arpreq333net/ipv4/rarp.cstruct arpreq r;
arpreq388net/ipv4/rarp.cstruct arpreq r;
arpreq397net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq408net/ipv4/rarp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq411net/ipv4/rarp.creturn rarp_req_get((struct arpreq *)arg);
arpreq415net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq418net/ipv4/rarp.creturn rarp_req_set((struct arpreq *)arg);