Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhippidevice.h41 extern void hippi_header_cache_bind(struct hh_cache ** hhp,
46 extern void hippi_header_cache_update(struct hh_cache *hh,
Detherdevice.h35 extern void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev,
38 struct hh_cache *hh);
Dif_shaper.h38 int (*hard_header_cache)(struct neighbour *neigh, struct hh_cache *hh);
39 void (*header_cache_update)(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr);
Dnetdevice.h190 struct hh_cache struct
192 struct hh_cache *hh_next; /* Next entry */ argument
418 struct hh_cache *hh);
419 void (*header_cache_update)(struct hh_cache *hh,
Disdn.h365 struct hh_cache *hh);
367 void (*org_hcu)(struct hh_cache *,
/linux-2.4.37.9/net/ethernet/
Deth.c216 int eth_header_cache(struct neighbour *neigh, struct hh_cache *hh) in eth_header_cache()
239 void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr) in eth_header_cache_update()
/linux-2.4.37.9/drivers/s390/net/
Dqeth.h351 int (*qeth_my_eth_header_cache)(struct neighbour *,struct hh_cache *);
352 void (*qeth_my_eth_header_cache_update)(struct hh_cache *,struct net_device *,
385 typedef int (*__qeth_temp3)(struct neighbour *,struct hh_cache *);
397 typedef void (*__qeth_temp4)(struct hh_cache *,struct net_device *,
846 int (*hard_header_cache)(struct neighbour *,struct hh_cache *);
847 void (*header_cache_update)(struct hh_cache *,struct net_device *,
Dqeth.c7788 static void qeth_header_cache_update(struct hh_cache *hh, in qeth_header_cache_update()
/linux-2.4.37.9/include/net/
Ddst.h55 struct hh_cache *hh;
Dneighbour.h122 struct hh_cache *hh;
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_MIRROR.c100 struct hh_cache *hh = dst->hh; in ip_direct_send()
/linux-2.4.37.9/net/core/
Ddst.c146 struct hh_cache *hh; in dst_destroy()
Dneighbour.c557 struct hh_cache *hh; in neigh_destroy()
601 struct hh_cache *hh; in neigh_suspect()
618 struct hh_cache *hh; in neigh_connect()
887 struct hh_cache *hh; in neigh_update_hhs()
888 void (*update)(struct hh_cache*, struct net_device*, unsigned char*) = in neigh_update_hhs()
1033 struct hh_cache *hh = NULL; in neigh_hh_init()
1041 memset(hh, 0, sizeof(struct hh_cache)); in neigh_hh_init()
/linux-2.4.37.9/drivers/net/
Dshaper.c470 static int shaper_cache(struct neighbour *neigh, struct hh_cache *hh)
484 static void shaper_cache_update(struct hh_cache *hh, struct net_device *dev,
Dplip.c159 struct hh_cache *hh);
232 struct hh_cache *hh);
1093 struct hh_cache *hh) in plip_hard_header_cache()
Dmyri_sbus.c764 int myri_header_cache(struct neighbour *neigh, struct hh_cache *hh) in myri_header_cache()
791 void myri_header_cache_update(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr) in myri_header_cache_update()
/linux-2.4.37.9/drivers/ieee1394/
Deth1394.c172 static int ether1394_header_cache(struct neighbour *neigh, struct hh_cache *hh);
173 static void ether1394_header_cache_update(struct hh_cache *hh,
614 static int ether1394_header_cache(struct neighbour *neigh, struct hh_cache *hh) in ether1394_header_cache()
632 static void ether1394_header_cache_update(struct hh_cache *hh, in ether1394_header_cache_update()
/linux-2.4.37.9/net/atm/
Dbr2684.c256 static int (*my_eth_header_cache)(struct neighbour *, struct hh_cache *);
273 br2684_header_cache(struct neighbour *neigh, struct hh_cache *hh) in br2684_header_cache()
/linux-2.4.37.9/net/ipv6/
Dip6_output.c69 struct hh_cache *hh = dst->hh; in ip6_output_finish()
/linux-2.4.37.9/net/ipv4/
Dip_output.c163 struct hh_cache *hh = dst->hh; in ip_finish_output2()