Home
last modified time | relevance | path

Searched refs:sc_eb (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/net/
H A Dif_bpe.c88 struct etherbridge sc_eb; member
205 etherbridge_destroy(&sc->sc_eb); in bpe_clone_destroy()
271 endpoint = etherbridge_resolve_ea(&sc->sc_eb, in bpe_start()
389 error = etherbridge_rtfind(&sc->sc_eb, in bpe_ioctl()
397 etherbridge_flush(&sc->sc_eb, in bpe_ioctl()
444 error = etherbridge_up(&sc->sc_eb); in bpe_up()
518 etherbridge_down(&sc->sc_eb); in bpe_up()
548 etherbridge_down(&sc->sc_eb); in bpe_down()
605 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in bpe_set_vnetid()
638 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in bpe_set_parent()
[all …]
H A Dif_vxlan.c132 struct etherbridge sc_eb; member
298 etherbridge_destroy(&sc->sc_eb); in vxlan_clone_destroy()
344 endpoint = etherbridge_resolve_ea(&sc->sc_eb, in vxlan_encap()
697 etherbridge_map_ea(&sc->sc_eb, &addr, in vxlan_input()
843 error = etherbridge_rtfind(&sc->sc_eb, in vxlan_ioctl()
847 etherbridge_flush(&sc->sc_eb, in vxlan_ioctl()
1121 error = etherbridge_up(&sc->sc_eb); in vxlan_up()
1174 etherbridge_down(&sc->sc_eb); in vxlan_up()
1219 etherbridge_down(&sc->sc_eb); in vxlan_down()
1298 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in vxlan_set_rdomain()
[all …]
H A Dif_veb.c154 struct etherbridge sc_eb; member
297 error = etherbridge_init(&sc->sc_eb, ifp->if_xname, in veb_clone_create()
404 etherbridge_destroy(&sc->sc_eb); in veb_clone_destroy()
1160 etherbridge_map(&sc->sc_eb, p, src); in veb_port_input()
1168 tp = etherbridge_resolve(&sc->sc_eb, dst); in veb_port_input()
1275 error = etherbridge_set_max(&sc->sc_eb, bparam); in veb_ioctl()
1278 error = etherbridge_get_max(&sc->sc_eb, bparam); in veb_ioctl()
1299 etherbridge_flush(&sc->sc_eb, in veb_ioctl()
2161 etherbridge_detach_port(&sc->sc_eb, p); in veb_p_unlink()
2239 error = etherbridge_up(&sc->sc_eb); in veb_up()
[all …]
H A Dif_gre.c419 struct etherbridge sc_eb; member
819 etherbridge_destroy(&sc->sc_eb); in nvgre_clone_destroy()
2566 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in nvgre_ioctl()
2578 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in nvgre_ioctl()
2588 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in nvgre_ioctl()
2607 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in nvgre_ioctl()
2623 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in nvgre_ioctl()
2637 etherbridge_flush(&sc->sc_eb, IFBF_FLUSHALL); in nvgre_ioctl()
2702 error = etherbridge_rtfind(&sc->sc_eb, in nvgre_ioctl()
2706 etherbridge_flush(&sc->sc_eb, in nvgre_ioctl()
[all …]