Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sfxge/
Dsfxge_port.c405 boolean_t all_mulcst; in sfxge_mac_filter_set_locked() local
410 all_mulcst = !!(ifp->if_flags & (IFF_PROMISC | IFF_ALLMULTI)); in sfxge_mac_filter_set_locked()
415 all_mulcst = B_TRUE; in sfxge_mac_filter_set_locked()
418 (port->mcast_count > 0), all_mulcst, B_TRUE); in sfxge_mac_filter_set_locked()
/freebsd-12-stable/sys/dev/sfxge/common/
Def10_filter.c1428 __in boolean_t all_mulcst,
1543 if ((table->eft_using_all_mulcst != all_mulcst) &&
1556 if (all_mulcst == B_TRUE) {
1607 mulcst || all_mulcst || brdcst,
1616 ((all_mulcst != B_FALSE) && (all_mulcst_rc != 0))) {
Defx_mac.c208 __in boolean_t all_mulcst, in efx_mac_filter_set() argument
229 epp->ep_all_mulcst = all_mulcst; in efx_mac_filter_set()
Defx_filter.c268 __in boolean_t all_mulcst,
282 all_mulcst, brdcst,
Def10_impl.h1057 __in boolean_t all_mulcst,
Defx_impl.h250 __in boolean_t all_mulcst,
Defx.h497 __in boolean_t all_mulcst,