Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c351 .cache_update = eth_header_cache_update,
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Drpc-cache.rst68 is set, any references created by cache_update.
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c386 .cache_update = eth_header_cache_update,
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_main.c788 .cache_update = eth_header_cache_update,
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnet.c279 .cache_update = fwnet_header_cache_update,
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacvlan.c597 .cache_update = eth_header_cache_update,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c4364 wlc_roam_cache_update_event_t *cache_update; in wl_show_roam_cache_update_event() local
4466 cache_update = (wlc_roam_cache_update_event_t *)event_data; in wl_show_roam_cache_update_event()
4467 val_tlv_ptr = (void *)cache_update->xtlvs; in wl_show_roam_cache_update_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c4364 wlc_roam_cache_update_event_t *cache_update; in wl_show_roam_cache_update_event() local
4466 cache_update = (wlc_roam_cache_update_event_t *)event_data; in wl_show_roam_cache_update_event()
4467 val_tlv_ptr = (void *)cache_update->xtlvs; in wl_show_roam_cache_update_event()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h277 void (*cache_update)(struct hh_cache *hh, member
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c1215 update = neigh->dev->header_ops->cache_update; in neigh_update_hhs()