1ETH_HEADER_CACHE_UPD(9) Network device support ETH_HEADER_CACHE_UPD(9)
23
4
NAME
6eth_header_cache_update - update cache entry
7
SYNOPSIS
9void eth_header_cache_update(struct hh_cache * hh,
10const struct net_device * dev,
11const unsigned char * haddr);
12
ARGUMENTS
14hh
15destination cache entry
1617
dev
18network device
1920
haddr
21new hardware address
22
DESCRIPTION
24Called by Address Resolution module to notify changes in address.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 ETH_HEADER_CACHE_UPD(9)