tag | line | file | source code |
hhp | 37 | include/linux/etherdevice.h | extern void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev, |
hhp | 188 | include/linux/netdevice.h | void (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr); |
hhp | 15 | include/net/arp.h | extern int arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short type, __u32 daddr); |
hhp | 227 | net/ethernet/eth.c | void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev, |
hhp | 237 | net/ethernet/eth.c | if (arp_bind_cache(hhp, dev, htype, daddr)) |
hhp | 239 | net/ethernet/eth.c | if ((hh=*hhp) != NULL) |
hhp | 501 | net/ipv4/arp.c | static int arp_set_hh(struct hh_cache **hhp, struct hh_cache *hh) |
hhp | 511 | net/ipv4/arp.c | if ((hh1 = *hhp) == NULL) |
hhp | 513 | net/ipv4/arp.c | *hhp = hh; |
hhp | 1443 | net/ipv4/arp.c | int arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr) |
hhp | 1455 | net/ipv4/arp.c | if (*hhp) |
hhp | 1462 | net/ipv4/arp.c | return arp_set_hh(hhp, hh); |
hhp | 1477 | net/ipv4/arp.c | arp_set_hh(hhp, hh); |
hhp | 1503 | net/ipv4/arp.c | if (arp_set_hh(hhp, hh)) |
hhp | 1522 | net/ipv4/arp.c | if (!arp_set_hh(hhp, hh)) |