tag | line | file | source code |
mac | 179 | net/inet/ip.c | int mac; |
mac | 182 | net/inet/ip.c | mac = 0; |
mac | 185 | net/inet/ip.c | mac = dev->hard_header(ptr, dev, ETH_P_IP, daddr, saddr, len); |
mac | 187 | net/inet/ip.c | if (mac < 0) { |
mac | 188 | net/inet/ip.c | mac = -mac; |
mac | 192 | net/inet/ip.c | return(mac); |
mac | 612 | net/inet/ip.c | kfree_s(qp->mac, qp->maclen); |
mac | 670 | net/inet/ip.c | qp->mac = (unsigned char *) kmalloc(maclen, GFP_ATOMIC); |
mac | 671 | net/inet/ip.c | if (qp->mac == NULL) |
mac | 684 | net/inet/ip.c | kfree_s(qp->mac, maclen); |
mac | 690 | net/inet/ip.c | memcpy(qp->mac, skb->data, maclen); |
mac | 769 | 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 */ |