Searched refs:oif (Results 1 - 14 of 14) sorted by path

/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dneigh.c61 static int set_link_port(union sktaddr *s, __be16 port, int oif) argument
69 s->s6.sin6_scope_id = oif;
130 neigh_handler->oif,
180 int oif)
188 rtnl_neigh_set_ifindex(filter_neigh, oif);
226 neigh_handler->oif);
322 neigh_handler->oif);
519 int oif; local
527 oif = rtnl_route_nh_get_ifindex(nh);
545 if (neigh_handler->oif <
179 create_filter_neigh_for_dst(struct nl_addr *dst_addr, int oif) argument
612 int oif = -ENODEV; local
745 neigh_set_oif(struct get_neigh_handler *neigh_handler, int oif) argument
[all...]
H A Dneigh.h26 int32_t oif; member in struct:get_neigh_handler
43 void neigh_set_oif(struct get_neigh_handler *neigh_handler, int oif);
H A Dverbs.c959 int oif; local
1000 oif = neigh_get_oif_from_src(&neigh_handler);
1002 if (oif > 0)
1003 neigh_set_oif(&neigh_handler, oif);
/freebsd-11-stable/etc/
H A Drc.firewall280 oif="$firewall_simple_oif"
292 ${fwcmd} add deny all from ${inet} to any in via ${oif}
318 ${fwcmd} add deny all from any to "table($BAD_ADDR_TBL)" via ${oif}
335 ${fwcmd} add deny all from "table($BAD_ADDR_TBL)" to any via ${oif}
403 ${fwcmd} add deny log ip4 from any to any in via ${oif} setup proto tcp
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c842 dt->ifp = fwa->oif;
H A Dip_fw2.c1094 return cred_check(insn, proto, oif,
1102 struct ifnet *oif;
1108 oif = args->oif;
1146 if (oif == NULL)
1150 lookupflags, oif, args->m);
1155 lookupflags, oif, args->m);
1163 if (oif == NULL)
1167 lookupflags, oif, args->m);
1172 lookupflags, oif, arg
1360 struct ifnet *oif = args->oif; local
[all...]
H A Dip_fw_dynamic.c1177 MPASS(args->oif != NULL ||
1179 return (in6_getscopezone(args->oif != NULL ? args->oif:
H A Dip_fw_log.c100 struct ip_fw_args *args, struct mbuf *m, struct ifnet *oif,
406 if (oif || m->m_pkthdr.rcvif)
410 action, proto, oif ? "out" : "in",
411 oif ? oif->if_xname : m->m_pkthdr.rcvif->if_xname,
99 ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, struct ip_fw_args *args, struct mbuf *m, struct ifnet *oif, u_short offset, uint32_t tablearg, struct ip *ip) argument
H A Dip_fw_nat.c348 if (args->oif == NULL) {
375 if (args->oif == NULL)
392 (args->oif == NULL && (retval == PKT_ALIAS_UNRESOLVED_FRAGMENT ||
H A Dip_fw_pfil.c147 args.oif = dir == DIR_OUT ? ifp : NULL;
372 args.oif = dir == PFIL_OUT ? ifp: NULL; /* destination, if any */
H A Dip_fw_private.h101 struct ifnet *oif; /* output interface */ member in struct:ip_fw_args
182 struct ip_fw_args *args, struct mbuf *m, struct ifnet *oif,
/freebsd-11-stable/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall198 oif="ed0"
212 ${fwcmd} add deny all from ${inet}:${imask} to any in via ${oif}
216 ${fwcmd} add deny all from any to 10.0.0.0/8 via ${oif}
217 ${fwcmd} add deny all from any to 172.16.0.0/12 via ${oif}
218 ${fwcmd} add deny all from any to 192.168.0.0/16 via ${oif}
223 ${fwcmd} add deny all from any to 0.0.0.0/8 via ${oif}
224 ${fwcmd} add deny all from any to 169.254.0.0/16 via ${oif}
225 ${fwcmd} add deny all from any to 192.0.2.0/24 via ${oif}
226 ${fwcmd} add deny all from any to 224.0.0.0/4 via ${oif}
227 ${fwcmd} add deny all from any to 240.0.0.0/4 via ${oif}
[all...]
/freebsd-11-stable/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall198 oif="ed0"
212 ${fwcmd} add deny all from ${inet}:${imask} to any in via ${oif}
216 ${fwcmd} add deny all from any to 10.0.0.0/8 via ${oif}
217 ${fwcmd} add deny all from any to 172.16.0.0/12 via ${oif}
218 ${fwcmd} add deny all from any to 192.168.0.0/16 via ${oif}
223 ${fwcmd} add deny all from any to 0.0.0.0/8 via ${oif}
224 ${fwcmd} add deny all from any to 169.254.0.0/16 via ${oif}
225 ${fwcmd} add deny all from any to 192.0.2.0/24 via ${oif}
226 ${fwcmd} add deny all from any to 224.0.0.0/4 via ${oif}
227 ${fwcmd} add deny all from any to 240.0.0.0/4 via ${oif}
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c335 u_int oif; local
451 oif = path->device->inq_flags;
456 if (path->device->inq_flags != oif)
510 oif = path->device->inq_flags;
515 if (path->device->inq_flags != oif)
740 u_int caps, oif; local
1081 oif = path->device->inq_flags;
1089 if (path->device->inq_flags != oif)
1261 oif = path->device->inq_flags;
1282 if (path->device->inq_flags != oif)
[all...]

Completed in 186 milliseconds