Home
last modified time | relevance | path

Searched refs:eth_header_cache_update (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/ethernet/
Deth.c249 void eth_header_cache_update(struct hh_cache *hh, in eth_header_cache_update() function
256 EXPORT_SYMBOL(eth_header_cache_update);
340 .cache_update = eth_header_cache_update,
/linux-4.1.27/include/linux/
Detherdevice.h41 void eth_header_cache_update(struct hh_cache *hh, const struct net_device *dev,
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_main.c348 .cache_update = eth_header_cache_update,
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_main.c802 .cache_update = eth_header_cache_update,
/linux-4.1.27/drivers/net/
Dmacvlan.c555 .cache_update = eth_header_cache_update,
/linux-4.1.27/drivers/isdn/i4l/
Disdn_net.c1971 eth_header_cache_update(hh, dev, haddr); in isdn_header_cache_update()