Home
last modified time | relevance | path

Searched refs:hh_cache (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dneighbour.h154 struct hh_cache hh;
453 static inline int neigh_hh_bridge(struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_bridge()
466 static inline int neigh_hh_output(const struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_output()
509 const struct hh_cache *hh = &n->hh; in neigh_output()
/kernel/linux/linux-5.10/include/linux/
Detherdevice.h39 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh,
41 void eth_header_cache_update(struct hh_cache *hh, const struct net_device *dev,
Dnetdevice.h244 struct hh_cache { struct
275 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); argument
276 void (*cache_update)(struct hh_cache *hh,
/kernel/linux/linux-5.10/net/ethernet/
Deth.c233 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache()
265 void eth_header_cache_update(struct hh_cache *hh, in eth_header_cache_update()
/kernel/linux/linux-5.10/drivers/net/plip/
Dplip.c150 struct hh_cache *hh, __be16 type);
1036 struct hh_cache *hh, __be16 type) in plip_hard_header_cache()
/kernel/linux/linux-5.10/drivers/firewire/
Dnet.c242 struct hh_cache *hh, __be16 type) in fwnet_header_cache()
263 static void fwnet_header_cache_update(struct hh_cache *hh, in fwnet_header_cache_update()
/kernel/linux/linux-5.10/net/core/
Dneighbour.c1195 struct hh_cache *hh; in neigh_update_hhs()
1196 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *) in neigh_update_hhs()
1467 struct hh_cache *hh = &n->hh; in neigh_hh_init()