Home
last modified time | relevance | path

Searched refs:oif (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c69 s->s6.sin6_scope_id = oif; in set_link_port()
180 int oif) in create_filter_neigh_for_dst() argument
519 int oif; in get_route_cb_parser() local
545 if (neigh_handler->oif < 0 && oif > 0) in get_route_cb_parser()
546 neigh_handler->oif = oif; in get_route_cb_parser()
612 int oif = -ENODEV; in neigh_get_oif_from_src() local
620 return oif; in neigh_get_oif_from_src()
624 if (oif <= 0) in neigh_get_oif_from_src()
629 return oif; in neigh_get_oif_from_src()
683 neigh_handler->oif = -1; in neigh_init_resources()
[all …]
H A Dneigh.h26 int32_t oif; member
43 void neigh_set_oif(struct get_neigh_handler *neigh_handler, int oif);
H A Dverbs.c981 int oif; in ibv_resolve_eth_l2_from_gid() local
1022 oif = neigh_get_oif_from_src(&neigh_handler); in ibv_resolve_eth_l2_from_gid()
1024 if (oif > 0) in ibv_resolve_eth_l2_from_gid()
1025 neigh_set_oif(&neigh_handler, oif); in ibv_resolve_eth_l2_from_gid()
/freebsd/libexec/rc/
H A Drc.firewall276 oif="$firewall_simple_oif"
288 ${fwcmd} add deny all from ${inet} to any in via ${oif}
314 ${fwcmd} add deny all from any to "table($BAD_ADDR_TBL)" via ${oif}
331 ${fwcmd} add deny all from "table($BAD_ADDR_TBL)" to any via ${oif}
399 ${fwcmd} add deny log ip4 from any to any in via ${oif} setup proto tcp
/freebsd/tests/sys/netlink/
H A Dnetlink_socket.c285 uint32_t oif; in ATF_TC_BODY() member
300 .oif = 1, in ATF_TC_BODY()
/freebsd/sys/cam/ata/
H A Data_xpt.c330 u_int oif; in aprobestart() local
446 oif = path->device->inq_flags; in aprobestart()
451 if (path->device->inq_flags != oif) in aprobestart()
505 oif = path->device->inq_flags; in aprobestart()
510 if (path->device->inq_flags != oif) in aprobestart()
736 u_int caps, oif; in aprobedone() local
1059 oif = path->device->inq_flags; in aprobedone()
1067 if (path->device->inq_flags != oif) in aprobedone()
1239 oif = path->device->inq_flags; in aprobedone()
1260 if (path->device->inq_flags != oif) in aprobedone()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1119 return cred_check(insn, proto, oif, in check_uidgid()
1395 struct ifnet *oif, *iif; in ipfw_chk() local
1848 oif = NULL; in ipfw_chk()
1852 oif = args->ifp; in ipfw_chk()
1956 match = iface_match(oif, (ipfw_insn_if *)cmd, in ipfw_chk()
2017 match = (oif == NULL); in ipfw_chk()
2573 match = (hlen > 0 && ((oif != NULL) || ( in ipfw_chk()
2584 if (oif == NULL && hlen > 0 && in ipfw_chk()