taglinefilesource code
arpreq1135net/ipv4/arp.cstatic int arp_req_set(struct arpreq *req)
arpreq1137net/ipv4/arp.cstruct arpreq r;
arpreq1272net/ipv4/arp.cstatic int arp_req_get(struct arpreq *req)
arpreq1274net/ipv4/arp.cstruct arpreq r;
arpreq1325net/ipv4/arp.cstruct arpreq r;
arpreq1334net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1344net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq1347net/ipv4/arp.creturn arp_req_get((struct arpreq *)arg);
arpreq1351net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1354net/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);