Lines Matching full:exclude
304 /* When a router filter-mode for a group is EXCLUDE, in amt_source_work()
391 * EXCLUDE Timer > 0 At least one listener
392 * in EXCLUDE mode.
394 * EXCLUDE Timer == 0 No more listeners in
395 * EXCLUDE mode for the
405 * List, and the Exclude
1451 * EXCLUDE (X,Y) IS_IN (A) EXCLUDE (X+A,Y-A)
1620 * EXCLUDE (X,Y) IS_IN (A) EXCLUDE (X+A,Y-A) (A)=GMI in amt_mcast_is_in_handler()
1637 /* Update EXCLUDE (, Y-A) as D_FWD_NEW */ in amt_mcast_is_in_handler()
1653 * INCLUDE (A) IS_EX (B) EXCLUDE (A*B,B-A) (B-A)=0 in amt_mcast_is_ex_handler()
1657 /* EXCLUDE(A*B, ) */ in amt_mcast_is_ex_handler()
1662 /* EXCLUDE(, B-A) */ in amt_mcast_is_ex_handler()
1681 * EXCLUDE (X,Y) IS_EX (A) EXCLUDE (A-Y,Y*A) (A-X-Y)=GMI in amt_mcast_is_ex_handler()
1686 /* EXCLUDE (A-Y, ) */ in amt_mcast_is_ex_handler()
1691 /* EXCLUDE (, Y*A ) */ in amt_mcast_is_ex_handler()
1738 * EXCLUDE (X,Y) TO_IN (A) EXCLUDE (X+A,Y-A) (A)=GMI in amt_mcast_to_in_handler()
1747 /* Update EXCLUDE(X,) sources as FWD/NEW */ in amt_mcast_to_in_handler()
1752 /* EXCLUDE (, Y-A) in amt_mcast_to_in_handler()
1778 * INCLUDE (A) TO_EX (B) EXCLUDE (A*B,B-A) (B-A)=0 in amt_mcast_to_ex_handler()
1783 /* EXCLUDE (A*B, ) */ in amt_mcast_to_ex_handler()
1788 /* EXCLUDE (, B-A) */ in amt_mcast_to_ex_handler()
1807 * EXCLUDE (X,Y) TO_EX (A) EXCLUDE (A-Y,Y*A) (A-X-Y)=Group Timer in amt_mcast_to_ex_handler()
1818 /* EXCLUDE (A-Y, ) */ in amt_mcast_to_ex_handler()
1823 /* EXCLUDE (, Y*A) */ in amt_mcast_to_ex_handler()
1859 * EXCLUDE (X,Y) ALLOW (A) EXCLUDE (X+A,Y-A) (A)=GMI in amt_mcast_allow_handler()
1861 /* EXCLUDE (X+A, ) */ in amt_mcast_allow_handler()
1866 /* EXCLUDE (, Y-A) */ in amt_mcast_allow_handler()
1899 * EXCLUDE (X,Y) BLOCK (A) EXCLUDE (X+(A-Y),Y) (A-X-Y)=Group Timer in amt_mcast_block_handler()
1907 /* EXCLUDE (X, ) */ in amt_mcast_block_handler()
1912 /* EXCLUDE (X+(A-Y) */ in amt_mcast_block_handler()
1917 /* EXCLUDE (, Y) */ in amt_mcast_block_handler()