Lines Matching defs:os2bmc
949 struct mbuf *m, boolean_t *os2bmc,
956 if (!is_os2bmc_enabled(sc) || *os2bmc) {
957 *os2bmc = FALSE;
966 *os2bmc = TRUE;
977 *os2bmc = is_ipv6_ra_filt_enabled(sc);
980 *os2bmc = is_ipv6_na_filt_enabled(sc);
994 *os2bmc = is_dhcp_client_filt_enabled(sc);
997 *os2bmc = is_dhcp_srvr_filt_enabled(sc);
1001 *os2bmc = is_nbios_filt_enabled(sc);
1004 *os2bmc = is_ipv6_ras_filt_enabled(sc);
1011 if (*os2bmc) {
1014 *os2bmc = FALSE;
1039 boolean_t os2bmc = FALSE;
1122 nichdr->u0.s.mgmt = os2bmc;
1187 /* if os2bmc is not enabled or if the pkt is already tagged as
1190 oce_is_pkt_dest_bmc(sc, m, &os2bmc, &m_new);
1215 if (os2bmc) {