Searched refs:hh_cache (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/include/linux/ |
D | etherdevice.h | 41 extern int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh); 42 extern void eth_header_cache_update(struct hh_cache *hh,
|
D | netdevice.h | 260 struct hh_cache { struct 261 struct hh_cache *hh_next; /* Next entry */ argument 287 static inline void hh_cache_put(struct hh_cache *hh) in hh_cache_put() argument 318 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh); 319 void (*cache_update)(struct hh_cache *hh,
|
/linux-2.6.39/include/net/ |
D | neighbour.h | 111 struct hh_cache *hh; 316 static inline int neigh_hh_bridge(struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_bridge() 329 static inline int neigh_hh_output(struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_output()
|
D | dst.h | 48 struct hh_cache *hh;
|
/linux-2.6.39/net/ethernet/ |
D | eth.c | 236 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh) in eth_header_cache() 264 void eth_header_cache_update(struct hh_cache *hh, in eth_header_cache_update()
|
/linux-2.6.39/net/core/ |
D | dst.c | 224 struct hh_cache *hh; in dst_destroy()
|
D | neighbour.c | 691 struct hh_cache *hh; in neigh_destroy() 734 struct hh_cache *hh; in neigh_suspect() 751 struct hh_cache *hh; in neigh_connect() 1020 struct hh_cache *hh; in neigh_update_hhs() 1021 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *) in neigh_update_hhs() 1217 struct hh_cache *hh; in neigh_hh_lookup() 1235 struct hh_cache *hh; in neigh_hh_init()
|
/linux-2.6.39/drivers/net/ |
D | plip.c | 155 struct hh_cache *hh); 1029 struct hh_cache *hh) in plip_hard_header_cache()
|
D | myri_sbus.c | 787 static int myri_header_cache(const struct neighbour *neigh, struct hh_cache *hh) in myri_header_cache() 814 void myri_header_cache_update(struct hh_cache *hh, in myri_header_cache_update()
|
/linux-2.6.39/drivers/firewire/ |
D | net.c | 264 struct hh_cache *hh) in fwnet_header_cache() 281 static void fwnet_header_cache_update(struct hh_cache *hh, in fwnet_header_cache_update()
|
/linux-2.6.39/drivers/isdn/i4l/ |
D | isdn_net.c | 1988 static int isdn_header_cache(const struct neighbour *neigh, struct hh_cache *hh) in isdn_header_cache() 1998 static void isdn_header_cache_update(struct hh_cache *hh, in isdn_header_cache_update()
|