| tag | line | file | source code |
| mac | 161 | net/inet/ip.c | int mac = 0; |
| mac | 171 | net/inet/ip.c | mac = dev->hard_header(skb->data, dev, ETH_P_IP, NULL, NULL, len, skb); |
| mac | 172 | net/inet/ip.c | if (mac < 0) |
| mac | 174 | net/inet/ip.c | mac = -mac; |
| mac | 179 | net/inet/ip.c | return mac; |
| mac | 663 | net/inet/ip.c | kfree_s(qp->mac, qp->maclen); |
| mac | 732 | net/inet/ip.c | qp->mac = (unsigned char *) kmalloc(maclen, GFP_ATOMIC); |
| mac | 733 | net/inet/ip.c | if (qp->mac == NULL) |
| mac | 749 | net/inet/ip.c | kfree_s(qp->mac, maclen); |
| mac | 755 | net/inet/ip.c | memcpy(qp->mac, skb->data, maclen); |
| mac | 848 | net/inet/ip.c | memcpy(ptr, ((unsigned char *) qp->mac), qp->maclen); |
| mac | 53 | net/inet/ip.h | unsigned char *mac; /* pointer to MAC header */ |