Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Detherdevice.h46 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh,
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c390 .cache = eth_header_cache,
/linux-6.15/drivers/net/plip/
H A Dplip.c1048 ret = eth_header_cache(neigh, hh, type); in plip_hard_header_cache()
/linux-6.15/drivers/net/
H A Dmacvlan.c611 .cache = eth_header_cache,