Home
last modified time | relevance | path

Searched refs:cache_update (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/ethernet/
H A Deth.c337 .cache_update = eth_header_cache_update,
/openbmc/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst68 is set, any references created by cache_update.
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_main.c389 .cache_update = eth_header_cache_update,
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_main.c788 .cache_update = eth_header_cache_update,
/openbmc/linux/drivers/firewire/
H A Dnet.c270 .cache_update = fwnet_header_cache_update,
/openbmc/linux/drivers/net/
H A Dmacvlan.c611 .cache_update = eth_header_cache_update,
/openbmc/linux/include/linux/
H A Dnetdevice.h317 void (*cache_update)(struct hh_cache *hh, member
/openbmc/linux/net/core/
H A Dneighbour.c1266 update = neigh->dev->header_ops->cache_update; in neigh_update_hhs()