Searched refs:oifp (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/net/ |
| HD | if_epair.c | 133 struct ifnet *oifp; /* other ifp of pair. */ member 390 struct ifnet *oifp; in epair_start_locked() local 408 oifp = sc->oifp; in epair_start_locked() 409 sc = oifp->if_softc; in epair_start_locked() 420 if ((oifp->if_drv_flags & IFF_DRV_RUNNING) == 0 || in epair_start_locked() 421 (oifp->if_flags & IFF_UP) ==0) { in epair_start_locked() 426 DPRINTF("packet %s -> %s\n", ifp->if_xname, oifp->if_xname); in epair_start_locked() 433 m->m_pkthdr.rcvif = oifp; in epair_start_locked() 434 CURVNET_SET_QUIET(oifp->if_vnet); in epair_start_locked() 440 if_inc_counter(oifp, IFCOUNTER_IPACKETS, 1); in epair_start_locked() [all …]
|
| HD | if.c | 3159 struct ifnet *oifp; in if_delmulti() local 3162 TAILQ_FOREACH(oifp, &V_ifnet, if_link) in if_delmulti() 3163 if (ifp == oifp) in if_delmulti() 3165 if (ifp != oifp) in if_delmulti() 3224 struct ifnet *oifp; in if_delmulti_ifma() local 3227 TAILQ_FOREACH(oifp, &V_ifnet, if_link) in if_delmulti_ifma() 3228 if (ifp == oifp) in if_delmulti_ifma() 3230 if (ifp != oifp) { in if_delmulti_ifma()
|
| /NextBSD/sys/netinet6/ |
| HD | in6_src.c | 188 struct ifnet *ifp = NULL, *oifp = NULL; in in6_selectsrc() local 210 oifp = *ifpp; in in6_selectsrc() 233 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc() 299 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc() 844 struct ifnet *oifp, u_int fibnum) in in6_selectif() argument 865 if (oifp != NULL && fibnum == RT_DEFAULT_FIB) { in in6_selectif() 866 *retifp = oifp; in in6_selectif()
|
| HD | raw_ip6.c | 396 struct ifnet *oifp = NULL; in rip6_output() local 536 error = ip6_output(m, optp, NULL, 0, in6p->in6p_moptions, &oifp, in6p); in rip6_output() 538 if (oifp) in rip6_output() 539 icmp6_ifoutstat_inc(oifp, type, code); in rip6_output()
|
| HD | mld6.c | 3057 struct ifnet *oifp; in mld_dispatch_packet() local 3131 &oifp, NULL); in mld_dispatch_packet() 3137 if (oifp != NULL) { in mld_dispatch_packet() 3138 icmp6_ifstat_inc(oifp, ifs6_out_msg); in mld_dispatch_packet() 3142 icmp6_ifstat_inc(oifp, ifs6_out_mldreport); in mld_dispatch_packet() 3145 icmp6_ifstat_inc(oifp, ifs6_out_mlddone); in mld_dispatch_packet()
|
| /NextBSD/sys/netpfil/pf/ |
| HD | pf.c | 5350 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route() argument 5362 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__)); in pf_route() 5435 if (oifp != ifp) { in pf_route() 5528 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route6() argument 5538 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__)); in pf_route6() 5607 if (oifp != ifp) { in pf_route6()
|