Home
last modified time | relevance | path

Searched refs:vtep_ip (Results 1 – 25 of 57) sorted by relevance

123

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_evpn.h64 struct in_addr vtep_ip; member
194 struct in_addr *vtep_ip);
195 zebra_vtep_t *zebra_evpn_vtep_add(zebra_evpn_t *zevpn, struct in_addr *vtep_ip,
200 int zebra_evpn_vtep_uninstall(zebra_evpn_t *zevpn, struct in_addr *vtep_ip);
207 struct in_addr vtep_ip, esi_t *esi);
210 struct in_addr vtep_ip);
H A Dzebra_evpn_mh.c975 return es_vtep1->vtep_ip.s_addr - es_vtep2->vtep_ip.s_addr; in zebra_evpn_es_vtep_cmp()
986 es_vtep->vtep_ip.s_addr = vtep_ip.s_addr; in zebra_evpn_es_vtep_new()
1012 if (es_vtep->vtep_ip.s_addr == vtep_ip.s_addr) in zebra_evpn_es_vtep_find()
1019 struct in_addr vtep_ip) in zebra_evpn_es_vtep_add() argument
1036 struct in_addr vtep_ip) in zebra_evpn_es_vtep_del() argument
1503 inet_ntoa(vtep_ip)); in zebra_evpn_remote_es_del()
1512 zebra_evpn_es_vtep_del(es, vtep_ip); in zebra_evpn_remote_es_del()
1530 inet_ntoa(es_vtep->vtep_ip)); in zebra_evpn_remote_es_flush()
1544 inet_ntoa(vtep_ip)); in zebra_evpn_remote_es_add()
1566 struct in_addr vtep_ip; in zebra_evpn_proc_remote_es() local
[all …]
H A Dzebra_evpn.c169 inet_ntoa(zvtep->vtep_ip), in zebra_evpn_print()
173 inet_ntoa(zvtep->vtep_ip)); in zebra_evpn_print()
248 inet_ntoa(zvtep->vtep_ip)); in zebra_evpn_print_hash()
1138 return (IPV4_ADDR_SAME(vtep_ip, &zvtep->vtep_ip)); in zebra_evpn_vtep_match()
1152 if (zebra_evpn_vtep_match(vtep_ip, zvtep)) in zebra_evpn_vtep_find()
1170 zvtep->vtep_ip = *vtep_ip; in zebra_evpn_vtep_add()
1230 &zvtep->vtep_ip, zevpn->vni)) in zebra_evpn_vtep_install()
1350 struct in_addr vtep_ip, esi_t *esi) in process_remote_macip_add() argument
1391 if (vtep_ip.s_addr) { in process_remote_macip_add()
1414 &mac, vtep_ip, flags, seq, esi) in process_remote_macip_add()
[all …]
H A Dzebra_vxlan.c981 vxl->vtep_ip.s_addr || in zevpn_build_hash_table_zns()
2665 wctx.r_vtep_ip = vtep_ip; in zebra_vxlan_print_neigh_vni_vtep()
2883 wctx.r_vtep_ip = vtep_ip; in zebra_vxlan_print_macs_all_vni_vtep()
3316 wctx.r_vtep_ip = vtep_ip; in zebra_vxlan_print_macs_vni_vtep()
3739 struct in_addr vtep_ip; in zebra_vxlan_remote_macip_del() local
3767 inet_ntoa(vtep_ip), in zebra_vxlan_remote_macip_del()
3788 struct in_addr vtep_ip; in zebra_vxlan_remote_macip_add() local
3847 struct in_addr vtep_ip) in zebra_vxlan_check_readd_vtep() argument
4088 struct in_addr vtep_ip; in zebra_vxlan_remote_vtep_del() local
4176 struct in_addr vtep_ip; in zebra_vxlan_remote_vtep_add() local
[all …]
H A Dzebra_vxlan.h109 struct in_addr vtep_ip,
117 struct in_addr vtep_ip,
138 struct in_addr vtep_ip,
188 struct in_addr vtep_ip);
207 struct ipaddr *vtep_ip,
H A Dzebra_l2.c200 old_vtep_ip = zif->l2info.vxl.vtep_ip; in zebra_l2_vxlanif_add_update()
202 if (!IPV4_ADDR_SAME(&old_vtep_ip, &vxlan_info->vtep_ip)) { in zebra_l2_vxlanif_add_update()
204 zif->l2info.vxl.vtep_ip = vxlan_info->vtep_ip; in zebra_l2_vxlanif_add_update()
H A Dzebra_evpn_mac.c109 struct in_addr vtep_ip; in zebra_evpn_rem_mac_install() local
134 vtep_ip.s_addr = 0; in zebra_evpn_rem_mac_install()
137 vtep_ip = mac->fwd_info.r_vtep_ip; in zebra_evpn_rem_mac_install()
148 vtep_ip, sticky, nhg_id, was_static); in zebra_evpn_rem_mac_install()
162 struct in_addr vtep_ip; in zebra_evpn_rem_mac_uninstall() local
196 vtep_ip = mac->fwd_info.r_vtep_ip; in zebra_evpn_rem_mac_uninstall()
335 struct in_addr vtep_ip, in zebra_evpn_dup_addr_detect_for_mac() argument
1775 zevpn->vni, inet_ntoa(vtep_ip)); in process_mac_remote_macip_add()
1856 mac->fwd_info.r_vtep_ip = vtep_ip; in process_mac_remote_macip_add()
1903 struct in_addr vtep_ip = {.s_addr = 0}; in zebra_evpn_add_update_local_mac() local
[all …]
H A Dzebra_l2.h56 struct in_addr vtep_ip; /* Local tunnel IP */ member
H A Dzebra_dplane.c181 struct in_addr vtep_ip; member
1586 return &(ctx->u.macinfo.vtep_ip); in dplane_ctx_mac_get_vtep_ip()
2935 struct in_addr vtep_ip, in dplane_rem_mac_add() argument
2960 struct in_addr vtep_ip) in dplane_rem_mac_del() argument
2969 vid, mac, vtep_ip, false, 0, update_flags); in dplane_rem_mac_del()
2986 struct in_addr vtep_ip; in dplane_local_mac_add() local
2994 vtep_ip.s_addr = 0; in dplane_local_mac_add()
2998 vid, mac, vtep_ip, sticky, 0, in dplane_local_mac_add()
3012 struct in_addr vtep_ip, in dplane_mac_init() argument
3032 ctx->u.macinfo.vtep_ip = vtep_ip; in dplane_mac_init()
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_evpn.h64 struct in_addr vtep_ip; member
194 struct in_addr *vtep_ip);
195 zebra_vtep_t *zebra_evpn_vtep_add(zebra_evpn_t *zevpn, struct in_addr *vtep_ip,
200 int zebra_evpn_vtep_uninstall(zebra_evpn_t *zevpn, struct in_addr *vtep_ip);
207 struct in_addr vtep_ip, esi_t *esi);
210 struct in_addr vtep_ip);
H A Dzebra_evpn_mh.c975 return es_vtep1->vtep_ip.s_addr - es_vtep2->vtep_ip.s_addr; in zebra_evpn_es_vtep_cmp()
986 es_vtep->vtep_ip.s_addr = vtep_ip.s_addr; in zebra_evpn_es_vtep_new()
1012 if (es_vtep->vtep_ip.s_addr == vtep_ip.s_addr) in zebra_evpn_es_vtep_find()
1019 struct in_addr vtep_ip) in zebra_evpn_es_vtep_add() argument
1036 struct in_addr vtep_ip) in zebra_evpn_es_vtep_del() argument
1503 inet_ntoa(vtep_ip)); in zebra_evpn_remote_es_del()
1512 zebra_evpn_es_vtep_del(es, vtep_ip); in zebra_evpn_remote_es_del()
1530 inet_ntoa(es_vtep->vtep_ip)); in zebra_evpn_remote_es_flush()
1544 inet_ntoa(vtep_ip)); in zebra_evpn_remote_es_add()
1566 struct in_addr vtep_ip; in zebra_evpn_proc_remote_es() local
[all …]
H A Dzebra_evpn.c169 inet_ntoa(zvtep->vtep_ip), in zebra_evpn_print()
173 inet_ntoa(zvtep->vtep_ip)); in zebra_evpn_print()
248 inet_ntoa(zvtep->vtep_ip)); in zebra_evpn_print_hash()
1138 return (IPV4_ADDR_SAME(vtep_ip, &zvtep->vtep_ip)); in zebra_evpn_vtep_match()
1152 if (zebra_evpn_vtep_match(vtep_ip, zvtep)) in zebra_evpn_vtep_find()
1170 zvtep->vtep_ip = *vtep_ip; in zebra_evpn_vtep_add()
1230 &zvtep->vtep_ip, zevpn->vni)) in zebra_evpn_vtep_install()
1350 struct in_addr vtep_ip, esi_t *esi) in process_remote_macip_add() argument
1391 if (vtep_ip.s_addr) { in process_remote_macip_add()
1414 &mac, vtep_ip, flags, seq, esi) in process_remote_macip_add()
[all …]
H A Dzebra_vxlan.c981 vxl->vtep_ip.s_addr || in zevpn_build_hash_table_zns()
2665 wctx.r_vtep_ip = vtep_ip; in zebra_vxlan_print_neigh_vni_vtep()
2883 wctx.r_vtep_ip = vtep_ip; in zebra_vxlan_print_macs_all_vni_vtep()
3316 wctx.r_vtep_ip = vtep_ip; in zebra_vxlan_print_macs_vni_vtep()
3739 struct in_addr vtep_ip; in zebra_vxlan_remote_macip_del() local
3767 inet_ntoa(vtep_ip), in zebra_vxlan_remote_macip_del()
3788 struct in_addr vtep_ip; in zebra_vxlan_remote_macip_add() local
3847 struct in_addr vtep_ip) in zebra_vxlan_check_readd_vtep() argument
4088 struct in_addr vtep_ip; in zebra_vxlan_remote_vtep_del() local
4176 struct in_addr vtep_ip; in zebra_vxlan_remote_vtep_add() local
[all …]
H A Dzebra_vxlan.h109 struct in_addr vtep_ip,
117 struct in_addr vtep_ip,
138 struct in_addr vtep_ip,
188 struct in_addr vtep_ip);
207 struct ipaddr *vtep_ip,
H A Dzebra_l2.c200 old_vtep_ip = zif->l2info.vxl.vtep_ip; in zebra_l2_vxlanif_add_update()
202 if (!IPV4_ADDR_SAME(&old_vtep_ip, &vxlan_info->vtep_ip)) { in zebra_l2_vxlanif_add_update()
204 zif->l2info.vxl.vtep_ip = vxlan_info->vtep_ip; in zebra_l2_vxlanif_add_update()
H A Dzebra_evpn_mac.c109 struct in_addr vtep_ip; in zebra_evpn_rem_mac_install() local
134 vtep_ip.s_addr = 0; in zebra_evpn_rem_mac_install()
137 vtep_ip = mac->fwd_info.r_vtep_ip; in zebra_evpn_rem_mac_install()
148 vtep_ip, sticky, nhg_id, was_static); in zebra_evpn_rem_mac_install()
162 struct in_addr vtep_ip; in zebra_evpn_rem_mac_uninstall() local
196 vtep_ip = mac->fwd_info.r_vtep_ip; in zebra_evpn_rem_mac_uninstall()
335 struct in_addr vtep_ip, in zebra_evpn_dup_addr_detect_for_mac() argument
1775 zevpn->vni, inet_ntoa(vtep_ip)); in process_mac_remote_macip_add()
1856 mac->fwd_info.r_vtep_ip = vtep_ip; in process_mac_remote_macip_add()
1903 struct in_addr vtep_ip = {.s_addr = 0}; in zebra_evpn_add_update_local_mac() local
[all …]
H A Dzebra_l2.h56 struct in_addr vtep_ip; /* Local tunnel IP */ member
H A Dzebra_dplane.c181 struct in_addr vtep_ip; member
1586 return &(ctx->u.macinfo.vtep_ip); in dplane_ctx_mac_get_vtep_ip()
2935 struct in_addr vtep_ip, in dplane_rem_mac_add() argument
2960 struct in_addr vtep_ip) in dplane_rem_mac_del() argument
2969 vid, mac, vtep_ip, false, 0, update_flags); in dplane_rem_mac_del()
2986 struct in_addr vtep_ip; in dplane_local_mac_add() local
2994 vtep_ip.s_addr = 0; in dplane_local_mac_add()
2998 vid, mac, vtep_ip, sticky, 0, in dplane_local_mac_add()
3012 struct in_addr vtep_ip, in dplane_mac_init() argument
3032 ctx->u.macinfo.vtep_ip = vtep_ip; in dplane_mac_init()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_mh.c630 struct in_addr vtep_ip; in bgp_evpn_type4_route_process() local
1023 struct in_addr vtep_ip; in bgp_evpn_type1_route_process() local
1053 vtep_ip.s_addr = 0; in bgp_evpn_type1_route_process()
1091 return es_vtep1->vtep_ip.s_addr - es_vtep2->vtep_ip.s_addr; in bgp_evpn_es_vtep_cmp()
1095 struct in_addr vtep_ip) in bgp_evpn_es_vtep_new() argument
1102 es_vtep->vtep_ip.s_addr = vtep_ip.s_addr; in bgp_evpn_es_vtep_new()
1124 struct in_addr vtep_ip) in bgp_evpn_es_vtep_find() argument
1130 if (es_vtep->vtep_ip.s_addr == vtep_ip.s_addr) in bgp_evpn_es_vtep_find()
1852 return evi_vtep1->vtep_ip.s_addr - evi_vtep2->vtep_ip.s_addr; in bgp_evpn_es_evi_vtep_cmp()
1863 evi_vtep->vtep_ip.s_addr = vtep_ip.s_addr; in bgp_evpn_es_evi_vtep_new()
[all …]
H A Dbgp_evpn_mh.h122 struct in_addr vtep_ip; member
178 struct in_addr vtep_ip; member
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_mh.c630 struct in_addr vtep_ip; in bgp_evpn_type4_route_process() local
1023 struct in_addr vtep_ip; in bgp_evpn_type1_route_process() local
1053 vtep_ip.s_addr = 0; in bgp_evpn_type1_route_process()
1091 return es_vtep1->vtep_ip.s_addr - es_vtep2->vtep_ip.s_addr; in bgp_evpn_es_vtep_cmp()
1095 struct in_addr vtep_ip) in bgp_evpn_es_vtep_new() argument
1102 es_vtep->vtep_ip.s_addr = vtep_ip.s_addr; in bgp_evpn_es_vtep_new()
1124 struct in_addr vtep_ip) in bgp_evpn_es_vtep_find() argument
1130 if (es_vtep->vtep_ip.s_addr == vtep_ip.s_addr) in bgp_evpn_es_vtep_find()
1852 return evi_vtep1->vtep_ip.s_addr - evi_vtep2->vtep_ip.s_addr; in bgp_evpn_es_evi_vtep_cmp()
1863 evi_vtep->vtep_ip.s_addr = vtep_ip.s_addr; in bgp_evpn_es_evi_vtep_new()
[all …]
H A Dbgp_evpn_mh.h122 struct in_addr vtep_ip; member
178 struct in_addr vtep_ip; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dvxlan_symmetric.sh478 local vtep_ip=$1; shift
483 dst $vtep_ip vlan 4001
485 ip neigh add $vtep_ip lladdr $mac nud noarp dev vlan4001 extern_learn
487 ip route add $host1_ip/32 vrf vrf-green nexthop via $vtep_ip \
489 ip route add $host2_ip/32 vrf vrf-green nexthop via $vtep_ip \
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dvxlan_symmetric.sh478 local vtep_ip=$1; shift
483 dst $vtep_ip vlan 4001
485 ip neigh add $vtep_ip lladdr $mac nud noarp dev vlan4001 extern_learn
487 ip route add $host1_ip/32 vrf vrf-green nexthop via $vtep_ip \
489 ip route add $host2_ip/32 vrf vrf-green nexthop via $vtep_ip \
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dvxlan_symmetric.sh478 local vtep_ip=$1; shift
483 dst $vtep_ip vlan 4001
485 ip neigh add $vtep_ip lladdr $mac nud noarp dev vlan4001 extern_learn
487 ip route add $host1_ip/32 vrf vrf-green nexthop via $vtep_ip \
489 ip route add $host2_ip/32 vrf vrf-green nexthop via $vtep_ip \

123