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

/freebsd-11-stable/sys/net/
H A Dif_epair.c134 struct ifnet *oifp; /* other ifp of pair. */ member in struct:epair_softc
391 struct ifnet *oifp; local
406 * and need to put them into the input queue of the oifp
407 * and call oifp->if_input() via netisr/epair_sintr().
409 oifp = sc->oifp;
410 sc = oifp->if_softc;
421 if ((oifp->if_drv_flags & IFF_DRV_RUNNING) == 0 ||
422 (oifp->if_flags & IFF_UP) ==0) {
427 DPRINTF("packet %s -> %s\n", ifp->if_xname, oifp
472 struct ifnet *oifp; local
889 struct ifnet *oifp; local
[all...]
H A Dif.c3576 struct ifnet *oifp; local
3579 TAILQ_FOREACH(oifp, &V_ifnet, if_link)
3580 if (ifp == oifp)
3582 if (ifp != oifp)
3641 struct ifnet *oifp; local
3644 TAILQ_FOREACH(oifp, &V_ifnet, if_link)
3645 if (ifp == oifp)
3647 if (ifp != oifp) {
/freebsd-11-stable/sys/netinet6/
H A Din6_src.c188 struct ifnet *ifp = NULL, *oifp = NULL; local
210 oifp = *ifpp;
230 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp,
299 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp,
845 struct ifnet *oifp, u_int fibnum)
865 /* Help ND. See oifp comment in in6_selectsrc(). */
866 if (oifp != NULL && fibnum == RT_DEFAULT_FIB) {
867 *retifp = oifp;
843 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct ifnet **retifp, struct ifnet *oifp, u_int fibnum) argument
H A Draw_ip6.c397 struct ifnet *oifp = NULL; local
537 error = ip6_output(m, optp, NULL, 0, in6p->in6p_moptions, &oifp, in6p);
539 if (oifp)
540 icmp6_ifoutstat_inc(oifp, type, code);
H A Dmld6.c3054 struct ifnet *oifp; local
3127 oifp = NULL;
3129 &oifp, NULL);
3135 if (oifp != NULL) {
3136 icmp6_ifstat_inc(oifp, ifs6_out_msg);
3140 icmp6_ifstat_inc(oifp, ifs6_out_mldreport);
3143 icmp6_ifstat_inc(oifp, ifs6_out_mlddone);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c5480 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
5492 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__));
5567 if (oifp != ifp) {
5660 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
5670 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__));
5741 if (oifp != ifp) {

Completed in 148 milliseconds