]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/sctp/ipv6.c
sctp: remove the typedef sctp_scope_t
[linux.git] / net / sctp / ipv6.c
index 107d7c912922c3f9aabd2178197f78e08ab2f112..a2a1c1d08d512d3515a5bc2ef2c9406cda385489 100644 (file)
@@ -243,8 +243,8 @@ static void sctp_v6_get_dst(struct sctp_transport *t, union sctp_addr *saddr,
        union sctp_addr *daddr = &t->ipaddr;
        union sctp_addr dst_saddr;
        struct in6_addr *final_p, final;
+       enum sctp_scope scope;
        __u8 matchlen = 0;
-       sctp_scope_t scope;
 
        memset(fl6, 0, sizeof(struct flowi6));
        fl6->daddr = daddr->v6.sin6_addr;
@@ -624,10 +624,10 @@ static int sctp_v6_addr_valid(union sctp_addr *addr,
 }
 
 /* What is the scope of 'addr'?  */
-static sctp_scope_t sctp_v6_scope(union sctp_addr *addr)
+static enum sctp_scope sctp_v6_scope(union sctp_addr *addr)
 {
+       enum sctp_scope retval;
        int v6scope;
-       sctp_scope_t retval;
 
        /* The IPv6 scope is really a set of bit fields.
         * See IFA_* in <net/if_inet6.h>.  Map to a generic SCTP scope.