Home
last modified time | relevance | path

Searched refs:zebra_if (Results 1 – 25 of 55) sorted by relevance

123

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_evpn_mh.h64 struct zebra_if *zif;
135 struct zebra_if *vxlan_zif; /* vxlan device */
198 extern bool zebra_evpn_is_if_es_capable(struct zebra_if *zif);
199 extern void zebra_evpn_if_init(struct zebra_if *zif);
200 extern void zebra_evpn_if_cleanup(struct zebra_if *zif);
203 extern void zebra_evpn_vxl_evpn_set(struct zebra_if *zif, zebra_evpn_t *zevpn,
207 extern void zebra_evpn_vl_vxl_ref(uint16_t vid, struct zebra_if *vxlan_zif);
208 extern void zebra_evpn_vl_vxl_deref(uint16_t vid, struct zebra_if *vxlan_zif);
209 extern void zebra_evpn_vl_mbr_ref(uint16_t vid, struct zebra_if *zif);
210 extern void zebra_evpn_vl_mbr_deref(uint16_t vid, struct zebra_if *zif);
[all …]
H A Dinterface.c128 struct zebra_if *zebra_if; in if_zebra_new_hook() local
130 zebra_if = XCALLOC(MTYPE_ZINFO, sizeof(struct zebra_if)); in if_zebra_new_hook()
205 struct zebra_if *zif = (struct zebra_if *)ifp->info; in if_down_nhg_dependents()
214 struct zebra_if *zif = (struct zebra_if *)ifp->info; in if_nhg_dependents_release()
225 struct zebra_if *zebra_if; in if_zebra_delete_hook() local
345 struct zebra_if *zebra_if; in if_subnet_add() local
378 struct zebra_if *zebra_if; in if_subnet_delete() local
686 struct zebra_if *zebra_if; in if_delete_connected() local
990 struct zebra_if *zif = (struct zebra_if *)ifp->info; in if_nhg_dependents_add()
1303 struct zebra_if *zebra_if; in ifs_dump_brief_vty() local
[all …]
H A Dzebra_l2.c66 struct zebra_if *zif; in map_slaves_to_bridge()
78 zif = (struct zebra_if *)ifp->info; in map_slaves_to_bridge()
140 struct zebra_if *zif; in zebra_l2_bridge_add_update()
168 struct zebra_if *zif; in zebra_l2_vlanif_update()
186 struct zebra_if *zif; in zebra_l2_vxlanif_add_update()
223 struct zebra_if *zif; in zebra_l2_vxlanif_update_access_vlan()
245 struct zebra_if *zif; in zebra_l2_vxlanif_del()
263 struct zebra_if *zif; in zebra_l2if_update_bridge_slave()
303 struct zebra_if *zif; in zebra_l2if_update_bond_slave()
326 struct zebra_if *zif; in zebra_vlan_bitmap_compute()
[all …]
H A Dzebra_nb_state.c36 struct zebra_if *zebra_if; in lib_interface_zebra_state_up_count_get_elem() local
38 zebra_if = ifp->info; in lib_interface_zebra_state_up_count_get_elem()
50 struct zebra_if *zebra_if; in lib_interface_zebra_state_down_count_get_elem() local
52 zebra_if = ifp->info; in lib_interface_zebra_state_down_count_get_elem()
84 struct zebra_if *zebra_if; in lib_interface_zebra_state_vlan_id_get_elem() local
90 zebra_if = ifp->info; in lib_interface_zebra_state_vlan_id_get_elem()
103 struct zebra_if *zebra_if; in lib_interface_zebra_state_vni_id_get_elem() local
109 zebra_if = ifp->info; in lib_interface_zebra_state_vni_id_get_elem()
122 struct zebra_if *zebra_if; in lib_interface_zebra_state_remote_vtep_get_elem() local
128 zebra_if = ifp->info; in lib_interface_zebra_state_remote_vtep_get_elem()
[all …]
H A Drtadv.c107 struct zebra_if *zif; in rtadv_increment_received()
186 struct zebra_if *zif; in rtadv_send_packet()
480 struct zebra_if *zif; in rtadv_timer()
551 struct zebra_if *zif; in rtadv_process_solicit()
613 struct zebra_if *zif; in rtadv_process_advert()
707 struct zebra_if *zif; in rtadv_process_packet()
1008 struct zebra_if *zif; in ipv6_nd_suppress_ra_set()
1066 struct zebra_if *zif; in zebra_interface_radv_set()
1145 struct zebra_if *zif; in rtadv_stop_ra()
1804 struct zebra_if *zebra_if = ifp->info; variable
[all …]
H A Dinterface.h287 struct zebra_if { struct
394 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VRF) argument
397 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_BRIDGE)
400 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VLAN)
403 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VXLAN)
406 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_MACVLAN)
409 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VETH)
412 (((struct zebra_if *)(ifp->info))->zif_slave_type \
416 (((struct zebra_if *)(ifp->info))->zif_slave_type == ZEBRA_IF_SLAVE_VRF)
419 (((struct zebra_if *)(ifp->info))->zif_slave_type \
H A Dzebra_ptm.h90 void zebra_ptm_if_init(struct zebra_if *zebra_ifp);
92 struct zebra_if *zebra_ifp);
93 void zebra_ptm_if_write(struct vty *vty, struct zebra_if *zebra_ifp);
H A Dirdp_main.c144 struct zebra_if *zi = ifp->info; in make_advertisement_packet()
176 struct zebra_if *zi = ifp->info; in irdp_send()
214 struct zebra_if *zi = ifp->info; in irdp_send_thread()
256 struct zebra_if *zi = ifp->info; in irdp_advert_off()
288 struct zebra_if *zi = ifp->info; in process_solicit()
318 struct zebra_if *zi; in irdp_finish()
H A Dzebra_evpn_mh.c522 struct zebra_if *zif; in zebra_evpn_acc_bd_evpn_set()
544 struct zebra_if *old_vxlan_zif; in zebra_evpn_vl_vxl_ref()
693 struct zebra_if *zif; in zebra_evpn_acc_vl_show_entry_detail()
791 void zebra_evpn_if_init(struct zebra_if *zif) in zebra_evpn_if_init()
1284 struct zebra_if *zif = es->zif; in zebra_evpn_es_setup_evis()
1312 struct zebra_if *zif) in zebra_evpn_es_local_info_set()
1357 struct zebra_if *zif; in zebra_evpn_es_local_info_clear()
1389 struct zebra_if *zif; in zebra_evpn_local_es_del()
1888 struct zebra_if *zif = ifp->info; in zebra_evpn_mh_if_write()
1916 struct zebra_if *zif;
[all …]
H A Dirdp_interface.c73 struct zebra_if *zi = ifp->info; in irdp_if_get()
89 struct zebra_if *zi = ifp->info; in irdp_if_delete()
150 struct zebra_if *zi = ifp->info; in if_add_group()
171 struct zebra_if *zi = ifp->info; in if_drop_group()
212 struct zebra_if *zi = ifp->info; in irdp_if_start()
294 struct zebra_if *zi = ifp->info; in irdp_if_stop()
320 struct zebra_if *zi = ifp->info; in irdp_if_shutdown()
363 struct zebra_if *zi = ifp->info; in irdp_config_write()
H A Dzebra_evpn_vxlan.h29 struct zebra_if *zif = NULL; in zebra_get_vrr_intf_for_svi()
53 struct zebra_if *zif; in zevpn_vxlan_if_set()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_evpn_mh.h64 struct zebra_if *zif;
135 struct zebra_if *vxlan_zif; /* vxlan device */
198 extern bool zebra_evpn_is_if_es_capable(struct zebra_if *zif);
199 extern void zebra_evpn_if_init(struct zebra_if *zif);
200 extern void zebra_evpn_if_cleanup(struct zebra_if *zif);
203 extern void zebra_evpn_vxl_evpn_set(struct zebra_if *zif, zebra_evpn_t *zevpn,
207 extern void zebra_evpn_vl_vxl_ref(uint16_t vid, struct zebra_if *vxlan_zif);
208 extern void zebra_evpn_vl_vxl_deref(uint16_t vid, struct zebra_if *vxlan_zif);
209 extern void zebra_evpn_vl_mbr_ref(uint16_t vid, struct zebra_if *zif);
210 extern void zebra_evpn_vl_mbr_deref(uint16_t vid, struct zebra_if *zif);
[all …]
H A Dinterface.c128 struct zebra_if *zebra_if; in if_zebra_new_hook() local
130 zebra_if = XCALLOC(MTYPE_ZINFO, sizeof(struct zebra_if)); in if_zebra_new_hook()
205 struct zebra_if *zif = (struct zebra_if *)ifp->info; in if_down_nhg_dependents()
214 struct zebra_if *zif = (struct zebra_if *)ifp->info; in if_nhg_dependents_release()
225 struct zebra_if *zebra_if; in if_zebra_delete_hook() local
345 struct zebra_if *zebra_if; in if_subnet_add() local
378 struct zebra_if *zebra_if; in if_subnet_delete() local
686 struct zebra_if *zebra_if; in if_delete_connected() local
990 struct zebra_if *zif = (struct zebra_if *)ifp->info; in if_nhg_dependents_add()
1303 struct zebra_if *zebra_if; in ifs_dump_brief_vty() local
[all …]
H A Dzebra_l2.c66 struct zebra_if *zif; in map_slaves_to_bridge()
78 zif = (struct zebra_if *)ifp->info; in map_slaves_to_bridge()
140 struct zebra_if *zif; in zebra_l2_bridge_add_update()
168 struct zebra_if *zif; in zebra_l2_vlanif_update()
186 struct zebra_if *zif; in zebra_l2_vxlanif_add_update()
223 struct zebra_if *zif; in zebra_l2_vxlanif_update_access_vlan()
245 struct zebra_if *zif; in zebra_l2_vxlanif_del()
263 struct zebra_if *zif; in zebra_l2if_update_bridge_slave()
303 struct zebra_if *zif; in zebra_l2if_update_bond_slave()
326 struct zebra_if *zif; in zebra_vlan_bitmap_compute()
[all …]
H A Dzebra_nb_state.c36 struct zebra_if *zebra_if; in lib_interface_zebra_state_up_count_get_elem() local
38 zebra_if = ifp->info; in lib_interface_zebra_state_up_count_get_elem()
50 struct zebra_if *zebra_if; in lib_interface_zebra_state_down_count_get_elem() local
52 zebra_if = ifp->info; in lib_interface_zebra_state_down_count_get_elem()
84 struct zebra_if *zebra_if; in lib_interface_zebra_state_vlan_id_get_elem() local
90 zebra_if = ifp->info; in lib_interface_zebra_state_vlan_id_get_elem()
103 struct zebra_if *zebra_if; in lib_interface_zebra_state_vni_id_get_elem() local
109 zebra_if = ifp->info; in lib_interface_zebra_state_vni_id_get_elem()
122 struct zebra_if *zebra_if; in lib_interface_zebra_state_remote_vtep_get_elem() local
128 zebra_if = ifp->info; in lib_interface_zebra_state_remote_vtep_get_elem()
[all …]
H A Drtadv.c107 struct zebra_if *zif; in rtadv_increment_received()
186 struct zebra_if *zif; in rtadv_send_packet()
480 struct zebra_if *zif; in rtadv_timer()
551 struct zebra_if *zif; in rtadv_process_solicit()
613 struct zebra_if *zif; in rtadv_process_advert()
707 struct zebra_if *zif; in rtadv_process_packet()
1008 struct zebra_if *zif; in ipv6_nd_suppress_ra_set()
1066 struct zebra_if *zif; in zebra_interface_radv_set()
1145 struct zebra_if *zif; in rtadv_stop_ra()
1804 struct zebra_if *zebra_if = ifp->info; variable
[all …]
H A Dinterface.h287 struct zebra_if { struct
394 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VRF) argument
397 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_BRIDGE)
400 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VLAN)
403 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VXLAN)
406 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_MACVLAN)
409 (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VETH)
412 (((struct zebra_if *)(ifp->info))->zif_slave_type \
416 (((struct zebra_if *)(ifp->info))->zif_slave_type == ZEBRA_IF_SLAVE_VRF)
419 (((struct zebra_if *)(ifp->info))->zif_slave_type \
H A Dzebra_ptm.h90 void zebra_ptm_if_init(struct zebra_if *zebra_ifp);
92 struct zebra_if *zebra_ifp);
93 void zebra_ptm_if_write(struct vty *vty, struct zebra_if *zebra_ifp);
H A Dirdp_main.c144 struct zebra_if *zi = ifp->info; in make_advertisement_packet()
176 struct zebra_if *zi = ifp->info; in irdp_send()
214 struct zebra_if *zi = ifp->info; in irdp_send_thread()
256 struct zebra_if *zi = ifp->info; in irdp_advert_off()
288 struct zebra_if *zi = ifp->info; in process_solicit()
318 struct zebra_if *zi; in irdp_finish()
H A Dzebra_evpn_mh.c522 struct zebra_if *zif; in zebra_evpn_acc_bd_evpn_set()
544 struct zebra_if *old_vxlan_zif; in zebra_evpn_vl_vxl_ref()
693 struct zebra_if *zif; in zebra_evpn_acc_vl_show_entry_detail()
791 void zebra_evpn_if_init(struct zebra_if *zif) in zebra_evpn_if_init()
1284 struct zebra_if *zif = es->zif; in zebra_evpn_es_setup_evis()
1312 struct zebra_if *zif) in zebra_evpn_es_local_info_set()
1357 struct zebra_if *zif; in zebra_evpn_es_local_info_clear()
1389 struct zebra_if *zif; in zebra_evpn_local_es_del()
1888 struct zebra_if *zif = ifp->info; in zebra_evpn_mh_if_write()
1916 struct zebra_if *zif;
[all …]
H A Dirdp_interface.c73 struct zebra_if *zi = ifp->info; in irdp_if_get()
89 struct zebra_if *zi = ifp->info; in irdp_if_delete()
150 struct zebra_if *zi = ifp->info; in if_add_group()
171 struct zebra_if *zi = ifp->info; in if_drop_group()
212 struct zebra_if *zi = ifp->info; in irdp_if_start()
294 struct zebra_if *zi = ifp->info; in irdp_if_stop()
320 struct zebra_if *zi = ifp->info; in irdp_if_shutdown()
363 struct zebra_if *zi = ifp->info; in irdp_config_write()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Drtadv.c143 struct zebra_if *zif; in rtadv_send_packet()
357 struct zebra_if *zif; in rtadv_timer()
416 struct zebra_if *zif; in rtadv_process_packet()
648 struct zebra_if *zif;
685 struct zebra_if *zif;
788 struct zebra_if *zif;
832 struct zebra_if *zif;
863 struct zebra_if *zif;
905 struct zebra_if *zif;
1176 struct zebra_if *zebra_if; variable
[all …]
H A Dirdp_interface.c171 struct zebra_if *zi=ifp->info; in if_set_defaults()
476 struct zebra_if *zi;
499 struct zebra_if *zi;
532 struct zebra_if *zi;
571 struct zebra_if *zi;
599 struct zebra_if *zi;
643 struct zebra_if *zi;
678 struct zebra_if *zi;
700 struct zebra_if *zi;
722 struct zebra_if *zi;
[all …]
H A Dinterface.c100 struct zebra_if *zebra_if; in if_zebra_new_hook() local
102 zebra_if = XCALLOC (MTYPE_TMP, sizeof (struct zebra_if)); in if_zebra_new_hook()
150 ifp->info = zebra_if; in if_zebra_new_hook()
158 struct zebra_if *zebra_if; in if_zebra_delete_hook() local
179 struct zebra_if *zebra_if; in if_subnet_add() local
184 zebra_if = ifp->info; in if_subnet_add()
213 struct zebra_if *zebra_if; in if_subnet_delete() local
217 zebra_if = ifp->info; in if_subnet_delete()
436 struct zebra_if *zif; in if_startup_count_up()
511 struct zebra_if *zebra_if; in if_delete_update() local
[all …]
H A Dirdp_main.c148 struct zebra_if *zi=ifp->info; in make_advertisement_packet()
181 struct zebra_if *zi=ifp->info; in irdp_send()
217 struct zebra_if *zi=ifp->info; in irdp_send_thread()
254 struct zebra_if *zi=ifp->info; in irdp_advert_off()
284 struct zebra_if *zi=ifp->info; in process_solicit()
311 struct zebra_if *zi; in irdp_finish()

123