Searched refs:_zone (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dzone.h45 * struct _zone - TIPC zone structure
51 struct _zone { struct
57 struct tipc_node *tipc_zone_select_remote_node(struct _zone *z_ptr, u32 addr, u32 ref);
58 u32 tipc_zone_select_router(struct _zone *z_ptr, u32 addr, u32 ref);
59 void tipc_zone_remove_as_router(struct _zone *z_ptr, u32 router);
60 void tipc_zone_send_external_routes(struct _zone *z_ptr, u32 dest);
61 struct _zone *tipc_zone_create(u32 addr);
62 void tipc_zone_delete(struct _zone *z_ptr);
63 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr);
66 static inline struct _zone *tipc_zone_fin
[all...]
H A Dnet.h40 struct _zone;
48 struct _zone **zones;
H A Dzone.c45 struct _zone *tipc_zone_create(u32 addr)
47 struct _zone *z_ptr;
67 void tipc_zone_delete(struct _zone *z_ptr)
79 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr)
89 void tipc_zone_remove_as_router(struct _zone *z_ptr, u32 router)
101 void tipc_zone_send_external_routes(struct _zone *z_ptr, u32 dest)
114 struct tipc_node *tipc_zone_select_remote_node(struct _zone *z_ptr, u32 addr, u32 ref)
141 u32 tipc_zone_select_router(struct _zone *z_ptr, u32 addr, u32 ref)
H A Dcluster.h56 struct _zone *owner;
85 struct _zone *z_ptr = tipc_zone_find(addr);
H A Dnet.c119 static struct _zone *tipc_zones[256] = { NULL, };
H A Dcluster.c57 struct _zone *z_ptr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dzone.h45 * struct _zone - TIPC zone structure
51 struct _zone { struct
57 struct tipc_node *tipc_zone_select_remote_node(struct _zone *z_ptr, u32 addr, u32 ref);
58 u32 tipc_zone_select_router(struct _zone *z_ptr, u32 addr, u32 ref);
59 void tipc_zone_remove_as_router(struct _zone *z_ptr, u32 router);
60 void tipc_zone_send_external_routes(struct _zone *z_ptr, u32 dest);
61 struct _zone *tipc_zone_create(u32 addr);
62 void tipc_zone_delete(struct _zone *z_ptr);
63 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr);
66 static inline struct _zone *tipc_zone_fin
[all...]
H A Dnet.h40 struct _zone;
48 struct _zone **zones;
H A Dzone.c45 struct _zone *tipc_zone_create(u32 addr)
47 struct _zone *z_ptr;
67 void tipc_zone_delete(struct _zone *z_ptr)
79 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr)
89 void tipc_zone_remove_as_router(struct _zone *z_ptr, u32 router)
101 void tipc_zone_send_external_routes(struct _zone *z_ptr, u32 dest)
114 struct tipc_node *tipc_zone_select_remote_node(struct _zone *z_ptr, u32 addr, u32 ref)
141 u32 tipc_zone_select_router(struct _zone *z_ptr, u32 addr, u32 ref)
H A Dcluster.h56 struct _zone *owner;
85 struct _zone *z_ptr = tipc_zone_find(addr);
H A Dnet.c119 static struct _zone *tipc_zones[256] = { NULL, };
H A Dcluster.c57 struct _zone *z_ptr;

Completed in 119 milliseconds