Home
last modified time | relevance | path

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

/linux-4.4.14/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.h232 struct hh_cache { struct
264 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); argument
265 void (*cache_update)(struct hh_cache *hh,
/linux-4.4.14/net/ethernet/
Deth.c224 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache()
251 void eth_header_cache_update(struct hh_cache *hh, in eth_header_cache_update()
/linux-4.4.14/include/net/
Dneighbour.h152 struct hh_cache hh;
436 static inline int neigh_hh_bridge(struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_bridge()
449 static inline int neigh_hh_output(const struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_output()
Ddst.h440 const struct hh_cache *hh; in dst_neigh_output()
/linux-4.4.14/drivers/net/plip/
Dplip.c154 struct hh_cache *hh, __be16 type);
1028 struct hh_cache *hh, __be16 type) in plip_hard_header_cache()
/linux-4.4.14/drivers/firewire/
Dnet.c241 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-4.4.14/net/core/
Dneighbour.c1035 struct hh_cache *hh; in neigh_update_hhs()
1036 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *) in neigh_update_hhs()
1276 struct hh_cache *hh = &n->hh; in neigh_hh_init()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c1954 static int isdn_header_cache(const struct neighbour *neigh, struct hh_cache *hh, in isdn_header_cache()
1965 static void isdn_header_cache_update(struct hh_cache *hh, in isdn_header_cache_update()