Searched refs:withdraw (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.h98 struct bgp_advertise_fifo withdraw; member in struct:bgp_synchronize
H A Dbgp_packet.c249 /* Make BGP withdraw packet. */
267 while ((adv = FIFO_HEAD (&peer->sync[afi][safi]->withdraw)) != NULL)
491 adv = FIFO_HEAD (&peer->sync[afi][safi]->withdraw);
531 if (FIFO_HEAD (&peer->sync[afi][safi]->withdraw))
1360 struct bgp_nlri withdraw;
1377 memset (&withdraw, 0, sizeof (struct bgp_nlri));
1422 withdraw.afi = AFI_IP;
1423 withdraw.safi = SAFI_UNICAST;
1424 withdraw.nlri = stream_pnt (s);
1425 withdraw
1358 struct bgp_nlri withdraw; local
[all...]
H A Dbgp_advertise.c79 /* BGP update and withdraw information is stored in BGP advertise
294 /* Add to synchronization entry for withdraw announcement. */
295 FIFO_ADD (&peer->sync[afi][safi]->withdraw, &adv->fifo);
388 FIFO_INIT (&sync->withdraw);
H A Dbgp_damp.c202 3. withdraw the route. */
250 /* If not suppressed before, do annonunce this withdraw and
352 bgp_damp_info_free (struct bgp_damp_info *bdi, int withdraw)
372 if (bdi->lastrecord == BGP_RECORD_WITHDRAW && withdraw)
350 bgp_damp_info_free(struct bgp_damp_info *bdi, int withdraw) argument
H A Dbgp_route.c832 withdraw it. */
1058 /* If the update is implicit withdraw. */
1115 /* This is implicit withdraw so we should update dampening
1293 bgp_default_originate (struct peer *peer, afi_t afi, safi_t safi, int withdraw)
1348 withdraw = 1;
1352 if (withdraw)
1288 bgp_default_originate(struct peer *peer, afi_t afi, safi_t safi, int withdraw) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/lib/
H A Dchecksum.S106 2: and3 r6, r1, #0x1c ; withdraw len
233 2: and3 r6, r1, #0x1c ; withdraw len
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dsys.c254 GFS2_ATTR(withdraw, 0644, withdraw_show, withdraw_store);
437 GDLM_ATTR(withdraw, 0644, withdraw_show, withdraw_store);

Completed in 114 milliseconds