Searched refs:eth_header_cache (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 219 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache() function 241 EXPORT_SYMBOL(eth_header_cache); 336 .cache = eth_header_cache,
|
/openbmc/linux/include/linux/ |
H A D | etherdevice.h | 46 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh,
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 388 .cache = eth_header_cache,
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 787 .cache = eth_header_cache,
|
/openbmc/linux/drivers/net/plip/ |
H A D | plip.c | 1048 ret = eth_header_cache(neigh, hh, type); in plip_hard_header_cache()
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | 610 .cache = eth_header_cache,
|