1. NAME

eth_header_cache_update - update cache entry

2. SYNOPSIS

void eth_header_cache_update(struct hh_cache *  hh , const struct net_device *  dev , const unsigned char *  haddr );

3. ARGUMENTS

hh
    destination cache entry

dev
    network device

haddr
    new hardware address

4. DESCRIPTION

Called by Address Resolution module to notify changes in address.

5. COPYRIGHT