Home
last modified time | relevance | path

Searched refs:eth_header_cache (Results 1 – 5 of 5) sorted by relevance

/linux/net/ethernet/ !
H A Deth.c217 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache() function
239 EXPORT_SYMBOL(eth_header_cache);
334 .cache = eth_header_cache,
/linux/include/linux/ !
H A Detherdevice.h46 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh,
/linux/drivers/net/ipvlan/ !
H A Dipvlan_main.c390 .cache = eth_header_cache,
/linux/drivers/net/plip/ !
H A Dplip.c1048 ret = eth_header_cache(neigh, hh, type); in plip_hard_header_cache()
/linux/drivers/net/ !
H A Dmacvlan.c611 .cache = eth_header_cache,