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

/freebsd-10.0-release/sys/net/
H A Dif_epair.c132 struct ifnet *oifp; /* other ifp of pair. */ member in struct:epair_softc
388 struct ifnet *oifp; local
403 * and ned to put them into the input queue of the oifp
404 * and call oifp->if_input() via netisr/epair_sintr().
406 oifp = sc->oifp;
407 sc = oifp->if_softc;
418 if ((oifp->if_drv_flags & IFF_DRV_RUNNING) == 0 ||
419 (oifp->if_flags & IFF_UP) ==0) {
424 DPRINTF("packet %s -> %s\n", ifp->if_xname, oifp
469 struct ifnet *oifp; local
881 struct ifnet *oifp; local
[all...]
H A Dif.c3090 struct ifnet *oifp; local
3093 TAILQ_FOREACH(oifp, &V_ifnet, if_link)
3094 if (ifp == oifp)
3096 if (ifp != oifp)
3155 struct ifnet *oifp; local
3158 TAILQ_FOREACH(oifp, &V_ifnet, if_link)
3159 if (ifp == oifp)
3161 if (ifp != oifp) {
/freebsd-10.0-release/sys/netgraph/
H A Dng_fec.c595 struct ifnet *oifp; local
602 oifp = p->fec_if;
603 if (oifp != NULL)
604 (*oifp->if_ioctl)(oifp, command, data);
1117 struct ifnet *oifp = NULL; local
1131 error = ng_fec_choose_port(b, m0, &oifp);
1140 priv->if_error = IF_HANDOFF(&oifp->if_snd, m0, oifp) ? 0 : ENOBUFS;
/freebsd-10.0-release/sys/netinet6/
H A Draw_ip6.c410 struct ifnet *oifp = NULL; local
479 &oifp, &in6a);
487 if (oifp && scope_ambiguous) {
496 error = in6_setscope(&dstsock->sin6_addr, oifp, NULL);
514 ip6->ip6_hlim = in6_selecthlim(in6p, oifp);
562 error = ip6_output(m, optp, NULL, 0, in6p->in6p_moptions, &oifp, in6p);
564 if (oifp)
565 icmp6_ifoutstat_inc(oifp, type, code);
H A Din6_src.c181 struct ifnet *ifp = NULL, *oifp = NULL; local
203 oifp = *ifpp;
226 if ((error = in6_selectif(dstsock, opts, mopts, ro, &ifp, oifp,
292 if ((error = in6_selectif(dstsock, opts, mopts, ro, &ifp, oifp,
775 struct ifnet *oifp, u_int fibnum)
792 /* Help ND. See oifp comment in in6_selectsrc(). */
793 if (oifp != NULL && fibnum == RT_DEFAULT_FIB) {
794 *retifp = oifp;
773 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct ifnet *oifp, u_int fibnum) argument
H A Dnd6_nbr.c509 struct ifnet *oifp; local
516 oifp = ifp;
518 NULL, &ro, NULL, &oifp, &src_in);
970 struct ifnet *oifp; local
1043 oifp = ifp;
1044 error = in6_selectsrc(&dst_sa, NULL, NULL, &ro, NULL, &oifp, &src);
H A Dudp6_usrreq.c604 struct ifnet *oifp = NULL; local
700 td->td_ucred, &oifp, &in6a);
703 if (oifp && scope_ambiguous &&
705 oifp, NULL))) {
H A Dmld6.c3051 struct ifnet *oifp; local
3125 &oifp, NULL);
3131 if (oifp != NULL) {
3132 icmp6_ifstat_inc(oifp, ifs6_out_msg);
3136 icmp6_ifstat_inc(oifp, ifs6_out_mldreport);
3139 icmp6_ifstat_inc(oifp, ifs6_out_mlddone);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c5180 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
5192 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__));
5269 if (oifp != ifp) {
5363 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
5373 KASSERT(m && *m && r && oifp, ("%s: invalid parameters", __func__));
5441 if (oifp != ifp) {

Completed in 392 milliseconds