Searched refs:path_id_tx (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/bgpd/
H A Drde_peer.c166 * Odd path_id_tx numbers are for peers using add-path recv.
172 peer->path_id_tx = arc4random() << 1;
174 if (p->path_id_tx == peer->path_id_tx) {
H A Drde_update.c189 p = prefix_adjout_get(peer, new->path_id_tx, new->pt);
192 prefix_adjout_update(p, peer, &state, new->pt, new->path_id_tx);
362 p = prefix_adjout_get(peer, old->path_id_tx, old->pt);
846 if (pt_writebuf(buf, p->pt, withdraw, has_ap, p->path_id_tx) ==
H A Drde.h94 uint32_t path_id_tx; member in struct:rde_peer
283 uint32_t path_id_tx; member in struct:prefix

Completed in 180 milliseconds