Lines Matching refs:loopback
306 * ipsq may not yet be allocated (loopback case ).
3337 * interface ILLs and the special loopback ILL created by ill_lookup_on_name.
3704 * loopback device and are we allowed to allocate it?
3716 /* Create the loopback device on demand */
3759 /* Set up default loopback address and mask. */
3785 cmn_err(CE_PANIC, "cannot insert loopback interface");
3808 /* Export loopback interface statistics */
4417 * 4. loopback.
4964 * ILL_FREE is only for loopback; normal ill teardown waits
5462 * GateD will attempt to create routes with a loopback interface
5640 * loopback address as the gateway. This is primarily done to
9456 * Special case for unplumbing lo0 (the loopback physical interface).
9462 * loopback logical interface (eg, lo0:1). But in that case
9482 /* unplumb the loopback interface */
10346 * Don't allow the IFF_ROUTER flag to be turned on on loopback
13128 * Request loopback of the report if we are acting as a multicast
13132 * igmp_input/mld_input code will suppress this due to the loopback thus we
13133 * always loopback membership report.
13486 * Skip any loopback interface (null wq).
13773 * interface, since we might have more than one loopback interface
13774 * with a loopback address, e.g. in the case of zones, and all the
13775 * interfaces with loopback addresses need to be marked IRE_LOOPBACK.
13952 /* ICMP mask reply is not for a loopback interface */
14171 * loopback address as the gateway. This is primarily done to
14468 /* Skip arp/ndp for any loopback interface. */
14716 boolean_t loopback = B_FALSE;
14725 /* Check if this is a loopback interface */
14727 loopback = B_TRUE;
14760 * several loopback addresses on lo0. So all the interfaces with
14761 * loopback addresses need to be marked IRE_LOOPBACK.
14788 err = ipif_add_ires_v4(ipif, loopback);
14812 if (ill->ill_ipif_up_count == 1 && !loopback) {
14851 if (!loopback && !update_src_selection &&
14855 if (!loopback && ipif->ipif_addr_ready) {
14878 ipif_add_ires_v4(ipif_t *ipif, boolean_t loopback)
14911 if (loopback)
14966 if (!loopback && !(ipif->ipif_flags & IPIF_NOXMIT) &&
15106 if (!loopback) {
15297 IPIF_LOCALADDR /* local loopback */
16621 * loopback) where we know the name of the ill. We lookup the ill and if
16746 * loopback since ill_lookup_on_name() has its own NE_PLUMB event.)
18130 * Helper for ip_interface_cleanup() that removes the loopback interface.
18233 * Remove the loopback interfaces and prep the IPMP interfaces to be torn down.
18234 * Non-loopback interfaces are either I_LINK'd or I_PLINK'd; the former go away