Home
last modified time | relevance | path

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

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