Lines Matching defs:ifba
3563 nvgre_add_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
3579 if (ISSET(ifba->ifba_flags, ~IFBAF_TYPEMASK))
3581 switch (ifba->ifba_flags & IFBAF_TYPEMASK) {
3594 if (ifba->ifba_dstsa.ss_family != sc->sc_tunnel.t_af)
3596 switch (ifba->ifba_dstsa.ss_family) {
3598 sin = (struct sockaddr_in *)&ifba->ifba_dstsa;
3608 sin6 = (struct sockaddr_in6 *)&ifba->ifba_dstsa;
3629 &ifba->ifba_dst, type));
3633 nvgre_del_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
3635 return (etherbridge_del_addr(&sc->sc_eb, &ifba->ifba_dst));