Searched refs:hh_cache (Results 1 – 20 of 20) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | hippidevice.h | 41 extern void hippi_header_cache_bind(struct hh_cache ** hhp, 46 extern void hippi_header_cache_update(struct hh_cache *hh,
|
D | etherdevice.h | 35 extern void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev, 38 struct hh_cache *hh);
|
D | if_shaper.h | 38 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);
|
D | netdevice.h | 190 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,
|
D | isdn.h | 365 struct hh_cache *hh); 367 void (*org_hcu)(struct hh_cache *,
|
/linux-2.4.37.9/net/ethernet/ |
D | eth.c | 216 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/ |
D | qeth.h | 351 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 *,
|
D | qeth.c | 7788 static void qeth_header_cache_update(struct hh_cache *hh, in qeth_header_cache_update()
|
/linux-2.4.37.9/include/net/ |
D | dst.h | 55 struct hh_cache *hh;
|
D | neighbour.h | 122 struct hh_cache *hh;
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipt_MIRROR.c | 100 struct hh_cache *hh = dst->hh; in ip_direct_send()
|
/linux-2.4.37.9/net/core/ |
D | dst.c | 146 struct hh_cache *hh; in dst_destroy()
|
D | neighbour.c | 557 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/ |
D | shaper.c | 470 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,
|
D | plip.c | 159 struct hh_cache *hh); 232 struct hh_cache *hh); 1093 struct hh_cache *hh) in plip_hard_header_cache()
|
D | myri_sbus.c | 764 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/ |
D | eth1394.c | 172 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/ |
D | br2684.c | 256 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/ |
D | ip6_output.c | 69 struct hh_cache *hh = dst->hh; in ip6_output_finish()
|
/linux-2.4.37.9/net/ipv4/ |
D | ip_output.c | 163 struct hh_cache *hh = dst->hh; in ip_finish_output2()
|