Home
last modified time | relevance | path

Searched refs:oifp (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Dif_epair.c400 struct ifnet *oifp; in epair_start_locked() local
418 oifp = sc->oifp; in epair_start_locked()
419 sc = oifp->if_softc; in epair_start_locked()
481 struct ifnet *oifp; in epair_transmit_locked() local
514 oifp = sc->oifp; in epair_transmit_locked()
559 sc = oifp->if_softc; in epair_transmit_locked()
806 sca->oifp = scb->ifp; in epair_clone_create()
807 scb->oifp = sca->ifp; in epair_clone_create()
921 struct ifnet *oifp; in epair_clone_destroy() local
937 oifp = sca->oifp; in epair_clone_destroy()
[all …]
H A Dif.c3658 struct ifnet *oifp; in if_delmulti_ifma_flags() local
3661 CK_STAILQ_FOREACH(oifp, &V_ifnet, if_link) in if_delmulti_ifma_flags()
3662 if (ifp == oifp) in if_delmulti_ifma_flags()
3665 if (ifp != oifp) in if_delmulti_ifma_flags()
/f-stack/freebsd/netinet6/
H A Din6_src.c184 struct ifnet *ifp = NULL, *oifp = NULL; in in6_selectsrc() local
206 oifp = *ifpp; in in6_selectsrc()
226 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
295 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
835 struct ifnet *oifp, u_int fibnum) in in6_selectif() argument
856 if (oifp != NULL && fibnum == RT_DEFAULT_FIB) { in in6_selectif()
857 *retifp = oifp; in in6_selectif()
H A Draw_ip6.c403 struct ifnet *oifp = NULL; in rip6_output() local
554 error = ip6_output(m, optp, NULL, 0, inp->in6p_moptions, &oifp, inp); in rip6_output()
557 if (oifp) in rip6_output()
558 icmp6_ifoutstat_inc(oifp, type, code); in rip6_output()
H A Dmld6.c3087 struct ifnet *oifp; in mld_dispatch_packet() local
3161 oifp = NULL; in mld_dispatch_packet()
3163 &oifp, NULL); in mld_dispatch_packet()
3169 if (oifp != NULL) { in mld_dispatch_packet()
3170 icmp6_ifstat_inc(oifp, ifs6_out_msg); in mld_dispatch_packet()
3174 icmp6_ifstat_inc(oifp, ifs6_out_mldreport); in mld_dispatch_packet()
3177 icmp6_ifstat_inc(oifp, ifs6_out_mlddone); in mld_dispatch_packet()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5466 pf_route(struct mbuf **m, struct pf_krule *r, int dir, struct ifnet *oifp, in pf_route() argument
5478 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__)); in pf_route()
5536 if (oifp != ifp) { in pf_route()
5635 pf_route6(struct mbuf **m, struct pf_krule *r, int dir, struct ifnet *oifp, in pf_route6() argument
5645 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__)); in pf_route6()
5706 if (oifp != ifp) { in pf_route6()