Searched refs:hh_cache (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/net/ |
D | neighbour.h | 154 struct hh_cache hh; 441 static inline int neigh_hh_bridge(struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_bridge() 454 static inline int neigh_hh_output(const struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_output() 478 const struct hh_cache *hh = &n->hh; in neigh_output()
|
/Linux-v4.19/include/linux/ |
D | etherdevice.h | 42 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, 44 void eth_header_cache_update(struct hh_cache *hh, const struct net_device *dev,
|
D | netdevice.h | 241 struct hh_cache { struct 272 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); argument 273 void (*cache_update)(struct hh_cache *hh,
|
/Linux-v4.19/net/ethernet/ |
D | eth.c | 228 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache() 255 void eth_header_cache_update(struct hh_cache *hh, in eth_header_cache_update()
|
/Linux-v4.19/drivers/net/plip/ |
D | plip.c | 154 struct hh_cache *hh, __be16 type); 1040 struct hh_cache *hh, __be16 type) in plip_hard_header_cache()
|
/Linux-v4.19/drivers/firewire/ |
D | net.c | 241 struct hh_cache *hh, __be16 type) in fwnet_header_cache() 258 static void fwnet_header_cache_update(struct hh_cache *hh, in fwnet_header_cache_update()
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 1083 struct hh_cache *hh; in neigh_update_hhs() 1084 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *) in neigh_update_hhs() 1331 struct hh_cache *hh = &n->hh; in neigh_hh_init()
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_net.c | 1953 static int isdn_header_cache(const struct neighbour *neigh, struct hh_cache *hh, in isdn_header_cache() 1964 static void isdn_header_cache_update(struct hh_cache *hh, in isdn_header_cache_update()
|