tag | line | file | source code |
mac | 176 | net/inet/ip.c | int mac; |
mac | 179 | net/inet/ip.c | mac = 0; |
mac | 182 | net/inet/ip.c | mac = dev->hard_header(ptr, dev, ETH_P_IP, daddr, saddr, len); |
mac | 184 | net/inet/ip.c | if (mac < 0) { |
mac | 185 | net/inet/ip.c | mac = -mac; |
mac | 189 | net/inet/ip.c | return(mac); |
mac | 608 | net/inet/ip.c | kfree_s(qp->mac, qp->maclen); |
mac | 666 | net/inet/ip.c | qp->mac = (unsigned char *) kmalloc(maclen, GFP_ATOMIC); |
mac | 667 | net/inet/ip.c | if (qp->mac == NULL) |
mac | 680 | net/inet/ip.c | kfree_s(qp->mac, maclen); |
mac | 686 | net/inet/ip.c | memcpy(qp->mac, (skb + 1), maclen); |
mac | 765 | net/inet/ip.c | memcpy(ptr, ((unsigned char *) qp->mac), qp->maclen); |
mac | 49 | net/inet/ip.h | unsigned char *mac; /* pointer to MAC header */ |