taglinefilesource code
arpreq1208net/ipv4/arp.cstatic int arp_req_set(struct arpreq *req)
arpreq1210net/ipv4/arp.cstruct arpreq r;
arpreq1345net/ipv4/arp.cstatic int arp_req_get(struct arpreq *req)
arpreq1347net/ipv4/arp.cstruct arpreq r;
arpreq1398net/ipv4/arp.cstruct arpreq r;
arpreq1407net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1417net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq1420net/ipv4/arp.creturn arp_req_get((struct arpreq *)arg);
arpreq1424net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1427net/ipv4/arp.creturn arp_req_set((struct arpreq *)arg);
arpreq288net/ipv4/rarp.cstatic int rarp_req_set(struct arpreq *req)
arpreq290net/ipv4/rarp.cstruct arpreq r;
arpreq386net/ipv4/rarp.cstatic int rarp_req_get(struct arpreq *req)
arpreq388net/ipv4/rarp.cstruct arpreq r;
arpreq443net/ipv4/rarp.cstruct arpreq r;
arpreq452net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq463net/ipv4/rarp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq466net/ipv4/rarp.creturn rarp_req_get((struct arpreq *)arg);
arpreq470net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq473net/ipv4/rarp.creturn rarp_req_set((struct arpreq *)arg);