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.c214 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache() function
236 EXPORT_SYMBOL(eth_header_cache);
331 .cache = eth_header_cache,
/linux/include/linux/
H A Detherdevice.h47 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh,
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c392 .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.c617 .cache = eth_header_cache,