Searched refs:hh_cache (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/net/ | 
| D | neighbour.h | 154 	struct hh_cache		hh; 449 static inline int neigh_hh_bridge(struct hh_cache *hh, struct sk_buff *skb)  in neigh_hh_bridge() 462 static inline int neigh_hh_output(const struct hh_cache *hh, struct sk_buff *skb)  in neigh_hh_output() 505 	const struct hh_cache *hh = &n->hh;  in neigh_output()
  | 
| /Linux-v5.15/include/linux/ | 
| D | etherdevice.h | 39 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,
  | 
| D | netdevice.h | 249 struct hh_cache {  struct 280 	int	(*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);  argument 281 	void	(*cache_update)(struct hh_cache *hh,
  | 
| /Linux-v5.15/net/ethernet/ | 
| D | eth.c | 228 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type)  in eth_header_cache() 260 void eth_header_cache_update(struct hh_cache *hh,  in eth_header_cache_update()
  | 
| /Linux-v5.15/drivers/net/plip/ | 
| D | plip.c | 151                                   struct hh_cache *hh, __be16 type); 1040 				  struct hh_cache *hh, __be16 type)  in plip_hard_header_cache()
  | 
| /Linux-v5.15/drivers/firewire/ | 
| D | net.c | 242 			      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()
  | 
| /Linux-v5.15/net/core/ | 
| D | neighbour.c | 1191 	struct hh_cache *hh;  in neigh_update_hhs() 1192 	void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *)  in neigh_update_hhs() 1457 	struct hh_cache	*hh = &n->hh;  in neigh_hh_init()
  |