Searched refs:ill2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c3412 ill_t *ill2 = ilg->ilg_ill; local
3419 if (!mutex_tryenter(&ill2->ill_mcast_serializer)) {
3420 ill_refhold(ill2);
3425 mutex_enter(&ill2->ill_mcast_serializer);
3433 if (ilg->ilg_ill == ill2) {
3439 ill2->ill_name));
3452 mutex_exit(&ill2->ill_mcast_serializer);
3457 ill_mcast_send_queued(ill2);
3458 ill_dlpi_send_queued(ill2);
3461 ill_refrele(ill2);
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1483 /* Is ill1 in the same illgrp as ill2? */
1484 #define IS_IN_SAME_ILLGRP(ill1, ill2) \
1485 ((ill1)->ill_grp != NULL && ((ill1)->ill_grp == (ill2)->ill_grp))
1487 /* Is ill1 on the same LAN as ill2? */
1488 #define IS_ON_SAME_LAN(ill1, ill2) \
1489 ((ill1) == (ill2) || IS_IN_SAME_ILLGRP(ill1, ill2))

Completed in 93 milliseconds