Lines Matching refs:mopts
741 struct ip6_moptions *__single mopts; in in6_selectsrc() local
761 mopts = inp->in6p_moptions; in in6_selectsrc()
784 mopts = NULL; in in6_selectsrc()
807 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa, in in6_selectsrc()
866 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa, in in6_selectsrc()
932 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in selectroute() argument
1052 if (IN6_IS_ADDR_MULTICAST(dst) && mopts != NULL) { in selectroute()
1053 IM6O_LOCK(mopts); in selectroute()
1054 ifp = ifp0 = mopts->im6o_multicast_ifp; in selectroute()
1056 IM6O_UNLOCK(mopts); in selectroute()
1059 IM6O_UNLOCK(mopts); in selectroute()
1525 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectif() argument
1537 if ((err = selectroute(NULL, dstsock, opts, mopts, NULL, ro, retifp, in in6_selectif()
1602 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in in6_selectroute() argument
1606 return selectroute(srcsock, dstsock, opts, mopts, retsrcia, ro, retifp, in in6_selectroute()