summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/inet/ip.h')
-rw-r--r--usr/src/uts/common/inet/ip.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/uts/common/inet/ip.h b/usr/src/uts/common/inet/ip.h
index 8eba71500a..4a802f93e5 100644
--- a/usr/src/uts/common/inet/ip.h
+++ b/usr/src/uts/common/inet/ip.h
@@ -2126,10 +2126,6 @@ extern int ip_misc_ioctl_count;
(ill)->ill_move_peer = NULL; \
peer_ill->ill_move_peer = NULL; \
}
-/* The 2 ill's are same or belong to the same IPMP group */
-#define SAME_IPMP_GROUP(ill_1, ill_2) \
- (((ill_1)->ill_group != NULL) && \
- ((ill_1)->ill_group == (ill_2)->ill_group))
/* Passed down by ARP to IP during I_PLINK/I_PUNLINK */
typedef struct ipmx_s {