Searched refs:rn (Results 1 - 25 of 67) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_lsdb.c91 struct route_node *rn;
95 rn = route_node_get (table, (struct prefix *)&lp);
96 if (!rn->info)
105 if (rn->info == lsa)
108 ospf_lsa_unlock (rn->info);
109 route_unlock_node (rn);
116 rn->info = ospf_lsa_lock (lsa);
124 struct route_node *rn;
128 rn = route_node_lookup (table, (struct prefix *) &lp);
129 if (rn)
90 struct route_node *rn; local
123 struct route_node *rn; local
151 struct route_node *rn; local
181 struct route_node *rn; local
202 struct route_node *rn; local
230 struct route_node *rn; local
290 struct route_node *rn; local
[all...]
H A Dospf_neighbor.c130 struct route_node *rn; local
140 rn = route_node_lookup (oi->nbrs, &p);
141 if (rn)
143 if (rn->info)
145 rn->info = NULL;
146 route_unlock_node (rn);
152 route_unlock_node (rn);
182 struct route_node *rn; local
188 rn = route_node_get (oi->nbrs, &p);
189 if (rn
204 struct route_node *rn; local
226 struct route_node *rn; local
251 struct route_node *rn; local
278 struct route_node *rn; local
298 struct route_node *rn; local
[all...]
H A Dospf_asbr.c52 struct route_node *rn;
55 rn = route_node_lookup (ospf_top->old_external_route, (struct prefix *) p);
56 if (rn)
57 if ((or = rn->info))
64 ospf_zebra_delete ((struct prefix_ipv4 *) &rn->p, or);
67 rn->info = NULL;
69 route_unlock_node (rn);
70 route_unlock_node (rn);
82 struct route_node *rn;
84 rn
51 struct route_node *rn; local
81 struct route_node *rn; local
140 struct route_node *rn; local
178 struct route_node *rn; local
193 struct route_node *rn; local
272 struct route_node *rn; local
[all...]
H A Dospf_ase.c54 struct route_node *rn; local
63 rn = route_node_lookup (rtrs, (struct prefix *) asbr);
64 if (! rn)
67 route_unlock_node (rn);
73 for (node = listhead ((list) rn->info); node; nextnode (node))
84 chosen = rn->info;
102 if (chosen != rn->info)
113 struct route_node *rn; local
119 rn = route_node_lookup (rtrs, (struct prefix *) asbr);
121 if (rn)
173 struct route_node *rn; local
288 struct route_node *rn; local
530 struct route_node *rn; local
586 struct route_node *rn, *new_rn; local
683 struct route_node *rn; local
707 struct route_node *rn; local
737 struct route_node *rn; local
759 struct route_node *rn, *rn2; local
[all...]
H A Dospf_route.c102 struct route_node *rn; local
105 for (rn = route_top (rt); rn; rn = route_next (rn))
106 if ((or = rn->info) != NULL)
109 ospf_zebra_delete ((struct prefix_ipv4 *) &rn->p,
112 ospf_zebra_delete_discard ((struct prefix_ipv4 *) &rn->p);
119 struct route_node *rn; local
122 for (rn
140 struct route_node *rn; local
186 struct route_node *rn; local
211 struct route_node *rn; local
247 struct route_node *rn; local
307 struct route_node *rn; local
399 struct route_node *rn; local
463 struct route_node *rn; local
634 struct route_node *rn; local
853 ospf_route_subst(struct route_node *rn, struct ospf_route *new_or, struct ospf_route *over) argument
868 struct route_node *rn; local
888 struct route_node *rn, *next; local
917 struct route_node *rn, *next; local
968 struct route_node *rn; local
[all...]
H A Dospf_abr.c78 struct route_node *rn;
85 rn = route_node_get (area->ranges, (struct prefix *)&p);
86 if (rn->info)
87 route_unlock_node (rn);
89 rn->info = range;
95 struct route_node *rn;
102 rn = route_node_lookup (area->ranges, (struct prefix *)&p);
103 if (rn)
105 ospf_area_range_free (rn->info);
106 rn
77 struct route_node *rn; local
94 struct route_node *rn; local
114 struct route_node *rn; local
129 struct route_node *rn; local
828 struct route_node *rn; local
1039 struct route_node *rn; local
1206 struct route_node *rn; local
1233 struct route_node *rn; local
1318 struct route_node *rn; local
1556 struct route_node *rn; local
[all...]
H A Dospfd.c258 struct route_node *rn;
300 for (rn = route_top (ospf->nbr_nbma); rn; rn = route_next (rn))
301 if ((nbr_nbma = rn->info))
323 for (rn = route_top (ospf->networks); rn; rn = route_next (rn))
256 struct route_node *rn; local
599 struct route_node *rn; local
637 struct route_node *rn; local
776 struct route_node *rn; local
804 struct route_node *rn; local
1278 struct route_node *rn; local
1315 struct route_node *rn; local
1363 struct route_node *rn; local
1385 struct route_node *rn; local
1438 struct route_node *rn; local
[all...]
H A Dospf_zebra.c97 struct route_node *rn; local
118 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn))
119 if (rn->info)
120 ospf_if_free ((struct ospf_interface *) rn->info);
122 for (rn = route_top (IF_OIFS_PARAMS (ifp)); rn; rn
170 struct route_node *rn; local
280 struct route_node *rn; local
656 struct route_node *rn; local
876 struct route_node *rn; local
1020 struct route_node *rn; local
1067 struct route_node *rn; local
1102 struct route_node *rn; local
[all...]
H A Dospf_flood.c85 struct route_node *rn;
100 rn = route_node_lookup (EXTERNAL_INFO (type),
102 if (rn)
104 route_unlock_node (rn);
105 if (rn->info != NULL)
106 return (struct external_info *) rn->info;
360 struct route_node *rn;
378 for (rn = route_top (oi->nbrs); rn; rn
84 struct route_node *rn; local
359 struct route_node *rn; local
567 struct route_node *rn; local
908 struct route_node *rn; local
938 struct route_node *rn; local
967 struct route_node *rn; local
[all...]
H A Dospf_interface.c86 struct route_node *rn;
88 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn))
92 if ( (oi = rn->info) == NULL)
132 struct route_node *rn;
138 rn = route_node_get (IF_OIFS (ifp), &p);
139 assert (! rn->info);
140 rn
85 struct route_node *rn; local
131 struct route_node *rn; local
145 struct route_node *rn; local
215 struct route_node *rn; local
479 struct route_node *rn; local
511 struct route_node *rn; local
531 struct route_node *rn; local
550 struct route_node *rn; local
[all...]
H A Dospf_spf.c154 struct route_node *rn;
161 rn = route_node_get (rv, &p);
163 rn = route_node_get (nv, &p);
165 if (rn->info != NULL)
167 route_unlock_node (rn);
650 struct route_node *rn;
657 rn = route_node_get (rv, &p);
659 rn = route_node_get (nv, &p);
661 rn->info = v;
667 struct route_node *rn;
152 struct route_node *rn; local
648 struct route_node *rn; local
665 struct route_node *rn; local
785 struct route_node *rn; local
810 struct route_node *rn; local
[all...]
H A Dospf_vty.c157 struct route_node *rn;
160 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn))
161 if (rn->info)
2540 struct route_node *rn;
2569 for (rn = route_top (IF_OIFS (ifp)); rn; rn
154 struct route_node *rn; local
2524 struct route_node *rn; local
2660 struct route_node *rn; local
2951 struct route_node *rn; variable in typeref:struct:route_node
2982 struct route_node *rn; variable in typeref:struct:route_node
3034 struct route_node *rn; variable in typeref:struct:route_node
3484 struct route_node *rn, *start; local
3544 struct route_node *rn; local
4464 struct route_node *rn; local
4492 struct route_node *rn; variable in typeref:struct:route_node
4568 struct route_node *rn; variable in typeref:struct:route_node
4762 struct route_node *rn; variable in typeref:struct:route_node
4817 struct route_node *rn; variable in typeref:struct:route_node
4861 struct route_node *rn; variable in typeref:struct:route_node
4937 struct route_node *rn; variable in typeref:struct:route_node
6306 struct route_node *rn; local
6360 struct route_node *rn; local
6409 struct route_node *rn; local
6565 struct route_node *rn = NULL; local
6742 struct route_node *rn; local
6865 struct route_node *rn; local
7028 struct route_node *rn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drib.c234 struct route_node *rn;
250 rn = route_node_match (rib_table_ipv4, (struct prefix *) &p);
251 while (rn)
253 route_unlock_node (rn);
256 if (rn == top)
260 for (match = rn->info; match; match = match->next)
271 rn = rn->parent;
272 } while (rn && rn
233 struct route_node *rn; local
328 struct route_node *rn; local
419 struct route_node *rn; local
474 struct route_node *rn; local
512 struct route_node *rn; local
562 nexthop_active_check(struct route_node *rn, struct rib *rib, struct nexthop *nexthop, int set) argument
631 nexthop_active_update(struct route_node *rn, struct rib *rib, int set) argument
667 rib_install_kernel(struct route_node *rn, struct rib *rib) argument
693 rib_uninstall_kernel(struct route_node *rn, struct rib *rib) argument
718 rib_uninstall(struct route_node *rn, struct rib *rib) argument
731 rib_process(struct route_node *rn, struct rib *del) argument
810 rib_addnode(struct route_node *rn, struct rib *rib) argument
822 rib_delnode(struct route_node *rn, struct rib *rib) argument
839 struct route_node *rn; local
931 struct route_node *rn; local
989 struct route_node *rn; local
1118 struct route_node *rn; local
1133 struct route_node *rn; local
1206 struct route_node *rn; local
1262 struct route_node *rn; local
1340 struct route_node *rn; local
1391 struct route_node *rn; local
1591 vty_show_ip_route_detail(struct vty *vty, struct route_node *rn) argument
1690 vty_show_ip_route(struct vty *vty, struct route_node *rn, struct rib *rib) argument
1803 struct route_node *rn; variable in typeref:struct:route_node
1830 struct route_node *rn; variable in typeref:struct:route_node
1866 struct route_node *rn; variable in typeref:struct:route_node
1908 struct route_node *rn; variable in typeref:struct:route_node
1955 struct route_node *rn; variable in typeref:struct:route_node
1973 route_unlock_node (rn); variable
1988 struct route_node *rn; variable in typeref:struct:route_node
2006 route_unlock_node (rn); variable
2034 struct route_node *rn; local
2131 struct route_node *rn; local
2260 struct route_node *rn; local
2275 struct route_node *rn; local
2358 struct route_node *rn; local
2413 struct route_node *rn; local
2486 struct route_node *rn; local
2597 struct route_node *rn; local
2740 vty_show_ipv6_route_detail(struct vty *vty, struct route_node *rn) argument
2850 vty_show_ipv6_route(struct vty *vty, struct route_node *rn, struct rib *rib) argument
2973 struct route_node *rn; variable in typeref:struct:route_node
3000 struct route_node *rn; variable in typeref:struct:route_node
3042 struct route_node *rn; variable in typeref:struct:route_node
3089 struct route_node *rn; variable in typeref:struct:route_node
3107 route_unlock_node (rn); variable
3122 struct route_node *rn; variable in typeref:struct:route_node
3140 route_unlock_node (rn); variable
3150 struct route_node *rn; local
3180 struct route_node *rn; local
3212 struct route_node *rn; local
[all...]
H A Dredistribute.c85 struct route_node *rn; local
95 rn = route_node_lookup (rib_table_ipv4, (struct prefix *)&p);
96 if (rn)
98 for (newrib = rn->info; newrib; newrib = newrib->next)
101 zsend_ipv4_add_multipath (client, &rn->p, newrib);
102 route_unlock_node (rn);
110 rn = route_node_lookup (rib_table_ipv6, (struct prefix *)&p6);
111 if (rn)
113 for (newrib = rn->info; newrib; newrib = newrib->next)
116 zsend_ipv6_add_multipath (client, &rn
127 struct route_node *rn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddcr-native.h37 #define mfdcr(rn) \
39 if (__builtin_constant_p(rn)) \
40 asm volatile("mfdcr %0," __stringify(rn) \
43 rval = __mfdcr(rn); \
46 #define mtdcr(rn, v) \
48 if (__builtin_constant_p(rn)) \
49 asm volatile("mtdcr " __stringify(rn) ",%0" \
52 __mtdcr(rn, v); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-macros.S13 .macro vma_vm_mm, rd, rn
14 ldr \rd, [\rn, #VMA_VM_MM]
20 .macro vma_vm_flags, rd, rn
21 ldr \rd, [\rn, #VMA_VM_FLAGS]
24 .macro tsk_mm, rd, rn
25 ldr \rd, [\rn, #TI_TASK]
42 .macro mmid, rd, rn
43 ldr \rd, [\rn, #MM_CONTEXT_ID]
49 .macro asid, rd, rn
50 and \rd, \rn, #25
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_lsdb.c104 struct route_node *rn; local
112 rn = route_node_get (lsdb->table, (struct prefix *) &key);
113 if (rn->info)
114 old = rn->info;
115 rn->info = lsa;
129 struct route_node *rn; local
137 rn = route_node_lookup (lsdb->table, (struct prefix *) &key);
138 if (! rn || ! rn->info)
144 old = rn
163 struct route_node *rn; local
195 struct route_node *rn; local
221 struct route_node *rn; local
252 struct route_node *rn; local
280 struct route_node *rn; local
[all...]
H A Dospf6_route.c133 struct ospf6_route_node *rn,
138 assert (rn && pn && nn);
140 request->route_node = rn->route_node;
142 linklist_head (rn->path_list, &request->path_lnode);
150 zlog_info ("rn: %p, pn: %p", rn, pn);
157 for (linklist_head (rn->path_list, &node); ! linklist_end (&node);
193 request->table = rn->table;
194 request->count = rn->count;
195 request->route_id = rn
131 ospf6_route_request(struct ospf6_route_req *request, struct ospf6_route_node *rn, struct ospf6_path_node *pn, struct ospf6_nexthop_node *nn) argument
212 struct ospf6_route_node *rn = NULL; local
246 struct ospf6_route_node *rn = NULL; local
435 ospf6_route_find_path_node(struct ospf6_route_req *request, struct ospf6_route_node *rn) argument
490 struct ospf6_route_node *rn; local
619 struct ospf6_route_node *rn; local
804 struct ospf6_route_node *rn; local
864 ospf6_route_show(struct vty *vty, struct ospf6_route_node *rn) argument
920 ospf6_route_show_detail(struct vty *vty, struct ospf6_route_node *rn) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.c159 afi_t afi, safi_t safi, struct bgp_node *rn)
163 for (adj = rn->adj_out; adj; adj = adj->next)
198 adv->rn = NULL;
212 bgp_adj_out_set (struct bgp_node *rn, struct peer *peer, struct prefix *p,
224 if (rn)
226 for (adj = rn->adj_out; adj; adj = adj->next)
235 if (rn)
237 BGP_ADJ_OUT_ADD (rn, adj);
238 bgp_lock_node (rn);
249 adv->rn
155 bgp_adj_out_lookup(struct peer *peer, struct prefix *p, afi_t afi, safi_t safi, struct bgp_node *rn) argument
209 bgp_adj_out_set(struct bgp_node *rn, struct peer *peer, struct prefix *p, struct attr *attr, afi_t afi, safi_t safi, struct bgp_info *binfo) argument
261 bgp_adj_out_unset(struct bgp_node *rn, struct peer *peer, struct prefix *p, afi_t afi, safi_t safi) argument
310 bgp_adj_out_remove(struct bgp_node *rn, struct bgp_adj_out *adj, struct peer *peer, afi_t afi, safi_t safi) argument
324 bgp_adj_in_set(struct bgp_node *rn, struct peer *peer, struct attr *attr) argument
348 bgp_adj_in_remove(struct bgp_node *rn, struct bgp_adj_in *bai) argument
356 bgp_adj_in_unset(struct bgp_node *rn, struct peer *peer) argument
[all...]
H A Dbgp_nexthop.c191 struct bgp_node *rn;
200 rn = bgp_node_match_ipv4 (bgp_connected_ipv4, &attr->nexthop);
201 if (rn)
203 bgp_unlock_node (rn);
217 rn = bgp_node_match_ipv6 (bgp_connected_ipv6,
219 if (rn)
221 bgp_unlock_node (rn);
236 struct bgp_node *rn;
261 rn = bgp_node_get (bgp_nexthop_cache_ipv6, &p);
263 if (rn
188 struct bgp_node *rn; local
233 struct bgp_node *rn; local
321 struct bgp_node *rn; local
407 struct bgp_node *rn; local
422 struct bgp_node *rn; local
521 struct bgp_node *rn; local
646 struct bgp_node *rn; local
734 struct bgp_node *rn; local
1123 struct bgp_node *rn; local
1303 struct bgp_node *rn; variable in typeref:struct:bgp_node
[all...]
H A Dbgp_route.c65 struct bgp_node *rn;
82 rn = bgp_node_get (table, p);
85 rn->prn = prn;
87 return rn;
117 bgp_info_add (struct bgp_node *rn, struct bgp_info *ri)
121 top = rn->info;
123 ri->next = rn->info;
127 rn->info = ri;
131 bgp_info_delete (struct bgp_node *rn, struct bgp_info *ri)
138 rn
64 struct bgp_node *rn; local
115 bgp_info_add(struct bgp_node *rn, struct bgp_info *ri) argument
129 bgp_info_delete(struct bgp_node *rn, struct bgp_info *ri) argument
719 bgp_process(struct bgp *bgp, struct bgp_node *rn, afi_t afi, safi_t safi) argument
891 bgp_rib_remove(struct bgp_node *rn, struct bgp_info *ri, struct peer *peer, afi_t afi, safi_t safi) argument
907 bgp_rib_withdraw(struct bgp_node *rn, struct bgp_info *ri, struct peer *peer, afi_t afi, safi_t safi, int force) argument
951 struct bgp_node *rn; local
1246 struct bgp_node *rn; local
1368 struct bgp_node *rn; local
1393 struct bgp_node *rn; local
1431 struct bgp_node *rn; local
1458 struct bgp_node *rn; local
1477 struct bgp_node *rn; local
1513 struct bgp_node *rn; local
1543 struct bgp_node *rn; local
1564 struct bgp_node *rn; local
1778 struct bgp_node *rn; local
1877 struct bgp_node *rn; local
1906 struct bgp_node *rn; local
1937 struct bgp_node *rn; local
1973 struct bgp_node *rn; local
2065 struct bgp_node *rn; local
2115 struct bgp_node *rn; local
2161 struct bgp_node *rn; local
2229 struct bgp_node *rn; local
2666 struct bgp_node *rn; local
2845 struct bgp_node *rn; local
2875 struct bgp_node *rn; local
2903 struct bgp_node *rn; local
3008 struct bgp_node *rn; local
3086 struct bgp_node *rn; local
3133 struct bgp_node *rn; local
3627 struct bgp_node *rn; local
3661 struct bgp_node *rn; local
4326 struct bgp_node *rn; local
4556 struct bgp_node *rn; local
4829 route_vty_out_detail_header(struct vty *vty, struct bgp *bgp, struct bgp_node *rn, struct prefix_rd *prd, afi_t afi, safi_t safi) argument
4920 struct bgp_node *rn; local
7273 struct bgp_node *rn; local
7897 struct bgp_node *rn; local
7944 struct bgp_node *rn; local
7979 struct bgp_node *rn; local
7997 struct bgp_node *rn; local
8262 struct bgp_node *rn; local
8415 struct bgp_node *rn; local
8455 struct bgp_node *rn; local
8549 struct bgp_node *rn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_snmp.c184 struct route_node *rn;
191 rn = route_node_get (rip_ifaddr_table, p);
192 rn->info = ifp;
199 struct route_node *rn;
207 rn = route_node_lookup (rip_ifaddr_table, p);
208 if (! rn)
210 i = rn->info;
211 if (rn && !strncmp(i->name,ifp->name,INTERFACE_NAMSIZ))
213 rn->info = NULL;
214 route_unlock_node (rn);
181 struct route_node *rn; local
196 struct route_node *rn; local
220 struct route_node *rn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddcr.h4 #define mfdcr(rn) \
7 asm volatile("mfdcr %0,%1" : "=r"(rval) : "i"(rn)); \
10 #define mtdcr(rn, val) \
11 asm volatile("mtdcr %0,%1" : : "i"(rn), "r"(val))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlhash.c182 LHASH_NODE *nn,**rn; local
189 rn=getrn(lh,data,&hash);
191 if (*rn == NULL)
203 *rn=nn;
210 ret= (*rn)->data;
211 (*rn)->data=data;
220 LHASH_NODE *nn,**rn; local
224 rn=getrn(lh,data,&hash);
226 if (*rn == NULL)
233 nn= *rn;
251 LHASH_NODE **rn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.c182 LHASH_NODE *nn,**rn; local
189 rn=getrn(lh,data,&hash);
191 if (*rn == NULL)
203 *rn=nn;
210 ret= (*rn)->data;
211 (*rn)->data=data;
220 LHASH_NODE *nn,**rn; local
224 rn=getrn(lh,data,&hash);
226 if (*rn == NULL)
233 nn= *rn;
251 LHASH_NODE **rn; local
[all...]

Completed in 336 milliseconds

123